Skip to content
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

Move node-sass to devdeps and remove postinstall npm command #164

Merged
merged 5 commits into from
Jan 6, 2016

Conversation

alexander-daniel
Copy link
Contributor

@etpinard

Alrighty! So it looks like node-sass is a pretty hefty friend. It's not really needed for production use, but if we remove the npm run postinstall command, we have to check in the build/plotcss.js and build/ploticon.js files.

One thing to note, if you make changes you'll have to run npm run preprocess manually, and that will update both of those assets, and you can then commit the changes.

Removed those from the ignore files as well.

(not a bug, my finger slipped)

@alexander-daniel alexander-daniel added the bug something broken label Jan 6, 2016
@alexander-daniel alexander-daniel changed the title Move node sass to devdeps and remove postinstall npm command Move node-sass to devdeps and remove postinstall npm command Jan 6, 2016
@alexander-daniel alexander-daniel added cleanup and removed bug something broken labels Jan 6, 2016
@alexander-daniel alexander-daniel self-assigned this Jan 6, 2016
@@ -94,6 +92,7 @@
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6",
"node-sass": "^3.4.1",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alexander-daniel can you bring xml2js down in the devDep too.

It is only used in the proprecess step:

image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes sorry I forgot that one! Thanks!

@etpinard
Copy link
Contributor

etpinard commented Jan 6, 2016

💃 thanks so much!

alexander-daniel added a commit that referenced this pull request Jan 6, 2016
Move node-sass to devdeps and remove postinstall npm command
@alexander-daniel alexander-daniel merged commit dc90a91 into master Jan 6, 2016
@alexander-daniel alexander-daniel deleted the move-node-sass-to-dev-deps branch January 6, 2016 22:07
This was referenced Jan 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants