fix(postcss): change sourcemap output folder

This commit is contained in:
bergquist
2016-03-07 17:52:47 +01:00
parent b912edbbef
commit fadfa7cc42

View File

@ -7,7 +7,7 @@ module.exports = function(config) {
// or
map: {
inline: false, // save all sourcemaps as separate files...
annotation: 'dist/css/maps/' // ...to the specified directory
annotation: '<%= genDir %>/css' // ...to the specified directory
},
processors: [