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

cleanCSS version 4 doesn't work #180

Open
esjewett opened this issue Mar 7, 2017 · 2 comments
Open

cleanCSS version 4 doesn't work #180

esjewett opened this issue Mar 7, 2017 · 2 comments
Labels

Comments

@esjewett
Copy link
Member

esjewett commented Mar 7, 2017

gulp-clean-css 2.2.2 (currently using) pulls in cleanCSS version 3
gulp-clean-css 4.0.3(?) pulls in clean CSS version 4.

The later explodes when it tries to process main.styl/main.css. Seems like it may be something to do with the imports.

@esjewett esjewett added the bug label Mar 7, 2017
@jiemakel
Copy link
Contributor

jiemakel commented Mar 7, 2017

The error is:

Error: Uncaught, unspecified "error" event. (Ignoring local @import of "../components/construct-view/construct.css" as resource is missing.)
...
    at /Users/jiemakel/tyo/fibra/node_modules/gulp-clean-css/index.js:32:16
    at /Users/jiemakel/tyo/fibra/node_modules/clean-css/lib/clean.js:107:9
    at Object.callback (/Users/jiemakel/tyo/fibra/node_modules/clean-css/lib/reader/read-sources.js:29:9)
    at doApplySourceMaps (/Users/jiemakel/tyo/fibra/node_modules/clean-css/lib/reader/apply-source-maps.js:61:23)
...

@jiemakel
Copy link
Contributor

jiemakel commented Mar 7, 2017

scniro/gulp-clean-css#31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants