-
Notifications
You must be signed in to change notification settings - Fork 195
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
Fixes #2306 - remove unused CSS #2309
Conversation
@@ -29,7 +29,8 @@ module.exports = function(grunt) { | |||
"concat", | |||
"uglify", | |||
"postcss", | |||
"cssmin" | |||
"cssmin", | |||
"purifycss" | |||
]); |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
target: { | ||
src: [ | ||
"webcompat/templates/*.html", | ||
"webcompat/templates/**/*.html", |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
module.exports = function(grunt) { | ||
grunt.config("purifycss", { | ||
options: { | ||
rejected: true, |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
r? @miketaylr