Commit fadfa7cc by bergquist

fix(postcss): change sourcemap output folder

parent b912edbb
...@@ -7,7 +7,7 @@ module.exports = function(config) { ...@@ -7,7 +7,7 @@ module.exports = function(config) {
// or // or
map: { map: {
inline: false, // save all sourcemaps as separate files... inline: false, // save all sourcemaps as separate files...
annotation: 'dist/css/maps/' // ...to the specified directory annotation: '<%= genDir %>/css' // ...to the specified directory
}, },
processors: [ processors: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment