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

Fixes #2306 - remove unused CSS #2309

Merged
merged 2 commits into from
Mar 28, 2018
Merged

Fixes #2306 - remove unused CSS #2309

merged 2 commits into from
Mar 28, 2018

Conversation

zoepage
Copy link
Member

@zoepage zoepage commented Mar 28, 2018

@zoepage zoepage mentioned this pull request Mar 28, 2018
@@ -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.

target: {
src: [
"webcompat/templates/*.html",
"webcompat/templates/**/*.html",

This comment was marked as abuse.

module.exports = function(grunt) {
grunt.config("purifycss", {
options: {
rejected: true,

This comment was marked as abuse.

This comment was marked as abuse.

This comment was marked as abuse.

This comment was marked as abuse.

@miketaylr miketaylr merged commit 07b0f3a into refactor Mar 28, 2018
@miketaylr miketaylr deleted the issues/2306 branch March 28, 2018 18:35
@zoepage zoepage mentioned this pull request Mar 28, 2018
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants