Skip to content

Commit

Permalink
Removing deprecated grunt-autoprefixer package
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard13 committed Sep 9, 2021
1 parent 5ae5a49 commit 9202b93
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion Gruntfile.js.sample
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ module.exports = function (grunt) {
prod: function (component) {
var tasks = [
'less',
'autoprefixer',
'cssmin',
'usebanner'
].map(function (task) {
Expand Down
11 changes: 0 additions & 11 deletions dev/tools/grunt/configs/autoprefixer.json

This file was deleted.

1 change: 0 additions & 1 deletion package.json.sample
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"devDependencies": {
"glob": "~7.1.7",
"grunt": "~1.4.1",
"grunt-autoprefixer": "~3.0.4",
"grunt-banner": "~0.6.0",
"grunt-continue": "~0.1.0",
"grunt-contrib-clean": "~2.0.0",
Expand Down

0 comments on commit 9202b93

Please sign in to comment.