grunt-purgecss missing files
See original GitHub issue@Ffloriel it seems you used a package.json file from another package which had a lib
folder but grunt-purgecss has a tasks folder. Also, I’m not sure if the other properties make sense in grunt-purgecsss like main
, module
etc.
Thanks in advance!
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Code example error · Issue #1 · FullHuman/grunt-purgecss
Hi,. I just tried the plugin and recognized an error in the example you have given: I had to add a "section" and...
Read more >grunt-purgecss - npm
Grunt plugin for PurgeCSS. Latest version: 4.1.3, last published: 9 months ago. Start using grunt-purgecss in your project by running `npm i ...
Read more >FullHuman - Bountysource
Grunt purgecss don't execute on all files when more than two. I have 4 files and each time purge css is started the...
Read more >How to setup Tailwind with PurgeCSS and PostCSS
js file. They decided to include all, to avoid people missing things. It's a design choice. We now need to remove stuff, and...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Ffloriel Thanks! BTW I’d still keep the files property and just adapt it. No point in having the tests in production 😃
@Ffloriel how about excluding tests and any other unneeded files/folders? Currently everything is included. Not a big deal, but you know, better not ship unneeded files 🙂