-
Notifications
You must be signed in to change notification settings - Fork 17
Modernize development build & dependencies #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… uneject create-react-app; remove unused dependencies
|
|
||
| ## Deploy to Autodesk (Staging) | ||
|
|
||
| - Confirm that `homepage` in `package.json` is set to `http://staging-dictionary.dynamobim.com/`. The developer may change this address depending on the staging environment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
were these docs moved somewhere internal? I think @zeusongit just documented these here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Usually it's not a good idea to make staging environments public, so the change makes sense.
| var ml = []; | ||
| ad.forEach(function (d, i) { | ||
| var c = d.Categories; | ||
| var parent = "Home"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you comment on this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This eliminates an unused variable warning in the development server console.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only one minor text issue related to changes here.
Other that that:
-
The "Create Pull Request" functionality hangs for me, but I'm not sure if this ever worked when running local.
-
Another thing I noticed is editing the description of a node does not show up as a change in the "Create Pull Request" dialog. Should it?
-
The unit test is still failing, but it was failing already, so no change there I guess.
|
|
||
| ## Deploy to Autodesk (Staging) | ||
|
|
||
| - Confirm that `homepage` in `package.json` is set to `http://staging-dictionary.dynamobim.com/`. The developer may change this address depending on the staging environment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Usually it's not a good idea to make staging environments public, so the change makes sense.
| <a href="http://dynamoprimer.com/" target="_blank" rel="noopener noreferrer" style={{'color':'orangered'}}>Dynamo Primer</a>, | ||
| this dictionary is open-source - check it out on our | ||
| <a href="https://github.com/DynamoDS/DynamoDictionary" target="_blank" rel="noopener noreferrer" style={{'color':'orangered'}} >Github page</a> | ||
| and contribute!</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes a spacing issue between the text and the links in the home page. Also fixes the only unit test, by creating the App component in the same way it's created by the actual application.
|
@Dewb Back to this PR late, would you explain Run npx uneject to restore create-react-app webpack config, reduce direct dependencies? Are we still using webpack here? I am looking at a legacy PR #22 which bring in another webpack package html-loader as dependency and trying to figure out the conflict after this PR and merge that in. Appreciate that.
|

engineproperty in package.jsonnpm auditissuesnpx unejectto restore create-react-app webpack config, reduce direct dependencies