-
Notifications
You must be signed in to change notification settings - Fork 2
Code example error #1
Comments
@Ffloriel ping |
Thanks for reporting the issue. Fixing the grunt plugin is my next priority. |
Thanks for your time! |
The plugin has been updated. The Readme contains an example of a working configuration. |
I am still having the same result with the new version and adapted config. My config:
Output is still the same as in the opening post (the Any ideas how to debug this? Is it possible to add more info output to the whole process? |
Could you provide a repo that reproduce the issue? |
Unfortunately it´s not that easy to provide an example of our grunt structure (working with subrepos...) due to its complexity. |
@optimalisatie I think that could be one of two things
|
I also get no file written.
EDIT: using the CLI revealed a thrown exception on a missing semicolon in my CSS source. After fixing the missing semicolon, grunt-purgecss successfully wrote its output file. |
Hi,
I just tried the plugin and recognized an error in the example you have given:
I had to add a "section" and wrap the files parameter, otherwise "files" was always empty.
In addition to this, there is no file written in my case. It just stops during the purge process.
So "1" will be printed but "2" doesn´t.
The text was updated successfully, but these errors were encountered: