-
Notifications
You must be signed in to change notification settings - Fork 22
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
Source reorganisation #40
Source reorganisation #40
Conversation
Fixes #31 |
9a5f232
to
e947563
Compare
Re-synced with master |
This one is probably safer to review than the lint changes |
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.
Source reorganisation
Look good to me. Moves some files and folders, updates docs. Looks to impact only compile step.
@@ -8,7 +8,7 @@ See it in action at [ethercalc.net](http://ethercalc.net)! | |||
* jQuery (only on the client-side) | |||
|
|||
## Usage | |||
You can `require('socialcalc')` or include `node_modules/socialcalc/SocialCalc.js` on your web page using a script tag. | |||
You can `require('socialcalc')` or include `node_modules/socialcalc/dist/SocialCalc.js` on your web page using a script tag. |
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 will require updating EtherCalc, but looks good otherwise.
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.
True, would break this line - https://github.com/audreyt/ethercalc/blob/master/Makefile#L50
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.
lgtm
Pull request proposed in ethercalc audreyt/ethercalc#582 |
Requirement Ethercalc version 2018-01-12 requires these changes |
Ah, we missed package.json: https://github.com/marcelklehr/socialcalc/blob/master/package.json#L5 |
It depends on the gulp branch being merged