feat(grunt): add autoprefix with postcss

closes #4250
This commit is contained in:
bergquist
2016-03-07 17:49:47 +01:00
parent a6c6b00d7e
commit b912edbbef
6 changed files with 36 additions and 46 deletions
+2
View File
@@ -11,6 +11,7 @@
},
"devDependencies": {
"angular2": "2.0.0-beta.0",
"autoprefixer": "^6.3.3",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"expect.js": "~0.2.0",
@@ -33,6 +34,7 @@
"grunt-karma": "~0.12.1",
"grunt-ng-annotate": "^1.0.1",
"grunt-notify": "^0.4.3",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^1.1.0",
"grunt-string-replace": "~1.2.1",
"grunt-systemjs-builder": "^0.2.5",