Skip to content

Commit 9202b93

Browse files
committed
Removing deprecated grunt-autoprefixer package
1 parent 5ae5a49 commit 9202b93

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

Gruntfile.js.sample

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ module.exports = function (grunt) {
5252
prod: function (component) {
5353
var tasks = [
5454
'less',
55-
'autoprefixer',
5655
'cssmin',
5756
'usebanner'
5857
].map(function (task) {

dev/tools/grunt/configs/autoprefixer.json

-11
This file was deleted.

package.json.sample

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
"devDependencies": {
1212
"glob": "~7.1.7",
1313
"grunt": "~1.4.1",
14-
"grunt-autoprefixer": "~3.0.4",
1514
"grunt-banner": "~0.6.0",
1615
"grunt-continue": "~0.1.0",
1716
"grunt-contrib-clean": "~2.0.0",

0 commit comments

Comments
 (0)