systemjs / plugin-css

CSS loader plugin
MIT License
92 stars 60 forks source link

Made scripts Windows compliant #124

Closed nelisbijl closed 7 years ago

nelisbijl commented 7 years ago

Moved build.sh to package.json scripts.build postinstall invokes 'npm install' on build-post-css build invokes 'npm run build' on build-post-css Included jspm dependency in build-post-css

Note: a postcss-bundle.js generated by build breaks the unit tests!!

guybedford commented 7 years ago

Thanks for working on this. It's difficult for me to allocate a lot of time to this project but will look into it when I can.

Do you have any idea why the new build is breaking the unit tests?

nelisbijl commented 7 years ago

It has to do with a file called svgo.yml that is looked up in the wrong location. That particular code is commented out in the currently checked in postcss-bundle.js

guybedford commented 7 years ago

Ah, that might have been something that was fixed manually. Thanks for clarifying.