-
Notifications
You must be signed in to change notification settings - Fork 21
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
Multiple targets #25
Comments
Not sure how active this repository is or if it worth a PR but the following works
|
Thanks @talatbaig for the hint. be sure you have installed both packages: Add at the top of your
Add next to your
Now your multiple task config inside
|
This is my gruntfile.js, when I execute purify css task I am getting a built.min.css file with no css. but when I concat I have code concated in built.css .The Output is as follows: `> grunt purifycss
File "./dist/css/built.min.css" created. Done. ` module.exports = function (grunt) { ` `
}; ` |
Hi,
concat allows multiple targets as follows: https://github.com/gruntjs/grunt-contrib-concat#multiple-targets
can we have the same for grunt-purifycss
Thanks
The text was updated successfully, but these errors were encountered: