mbilker / cypher

:closed_lock_with_key: N1 PGP package
GNU General Public License v3.0
130 stars 12 forks source link

Add npm script to compile basscss, run it postinstall #5

Closed mxstbr closed 8 years ago

mxstbr commented 8 years ago

Added a new npm script (npm run compile:basscss) that compiles basscss. I then added that to the postinstall script, which means after a new developer runs npm install basscss will be compiled.

Otherwise they'll get a "Cannot find compiled.min.css" error when they first install cypher for development and will get confused (and probably won't contribute)

mbilker commented 8 years ago

Maybe I should include the compiled CSS files because the basscss packages are under devDependencies.

mxstbr commented 8 years ago

Fair enough, that's probably the better solution!