systemjs / plugin-css

CSS loader plugin
MIT License
92 stars 60 forks source link

"postinstall" script issues #133

Closed AlekseyMartynov closed 7 years ago

AlekseyMartynov commented 7 years ago

In version 0.1.34 https://github.com/systemjs/plugin-css/blob/0.1.34/package.json#L7 installation invokes a nested npm install and adds a dependency from GitHub

ok Installed postcss-import to github:guybedford/postcss-import@feature/load-source-maps (feature/load-source-maps)

As I understand, plugin users don't need anything from the "build-post-css" directory, and the postinstall step is not needed for them, but only complicates package restore procedure.

guybedford commented 7 years ago

Thanks for reporting @AlekseyMartynov, this was missed from PR https://github.com/systemjs/plugin-css/pull/124. I've posted a 0.1.35 with the fix.