Skip to content

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

Merged
alexander-daniel merged 5 commits into
masterfrom
move-node-sass-to-dev-deps
Jan 6, 2016
Merged

Move node-sass to devdeps and remove postinstall npm command#164
alexander-daniel merged 5 commits into
masterfrom
move-node-sass-to-dev-deps

Conversation

@alexander-daniel

Copy link
Copy Markdown
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-danielalexander-daniel added the bug something broken label Jan 6, 2016
@alexander-danielalexander-daniel changed the title Move node sass to devdeps and remove postinstall npm commandMove node-sass to devdeps and remove postinstall npm commandJan 6, 2016
@alexander-danielalexander-daniel added cleanup and removed bug something broken labels Jan 6, 2016
@alexander-danielalexander-daniel self-assigned this Jan 6, 2016
Comment threadpackage.json

Copy link
Copy Markdown
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
Copy Markdown
ContributorAuthor

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
Copy Markdown
Contributor

💃 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 masterJan 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 freeto 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

@alexander-daniel@etpinard