Skip to content

Commit

Permalink
Replace csswring (deprecated) with postcss-minify
Browse files Browse the repository at this point in the history
  • Loading branch information
bago committed Apr 27, 2022
1 parent b91bca4 commit 2f6f889
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 93 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module.exports = function(grunt) {
diff: false,
processors: [
require('autoprefixer')(),
require('csswring')()
require('postcss-minify')()
]
},
dist: {
Expand Down
149 changes: 58 additions & 91 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"browserify-versionify": "^1.0.6",
"cheerio": "1.0.0-rc.6",
"connect-livereload": "0.6.1",
"csswring": "7.0.0",
"express": "4.18.0",
"gm": "1.23.1",
"grunt": "^1.5.2",
Expand Down Expand Up @@ -100,6 +99,7 @@
"nodemailer": "6.7.3",
"npm-force-resolutions": "0.0.10",
"postcss": "8.4.12",
"postcss-minify": "^1.1.0",
"tinymce": "4.5.12"
},
"browserslist": [
Expand Down

0 comments on commit 2f6f889

Please sign in to comment.