Update autoprefixer map option
Accommodate the grunt-autoprefixer 0.8.0 options refactor by passing an object (instead of string) to map option a la nDmitry/grunt-autoprefixer@c658fb7 and nDmitry/grunt-autoprefixer@1b7af91
This commit is contained in:
@@ -83,7 +83,9 @@ module.exports = function(grunt) {
|
|||||||
},
|
},
|
||||||
dev: {
|
dev: {
|
||||||
options: {
|
options: {
|
||||||
map: 'assets/css/'
|
map: {
|
||||||
|
prev: 'assets/css/'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
src: 'assets/css/main.css'
|
src: 'assets/css/main.css'
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"bower": "~1.3.5",
|
"bower": "~1.3.5",
|
||||||
"grunt": "~0.4.5",
|
"grunt": "~0.4.5",
|
||||||
"grunt-autoprefixer": "~0.8.0",
|
"grunt-autoprefixer": "~0.8.1",
|
||||||
"grunt-contrib-concat": "~0.4.0",
|
"grunt-contrib-concat": "~0.4.0",
|
||||||
"grunt-contrib-jshint": "~0.10.0",
|
"grunt-contrib-jshint": "~0.10.0",
|
||||||
"grunt-contrib-less": "~0.11.3",
|
"grunt-contrib-less": "~0.11.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user