fix(postcss): change sourcemap output folder

pull/4286/head
bergquist 9 years ago
parent b912edbbef
commit fadfa7cc42
  1. 2
      tasks/options/postcss.js

@ -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: [

Loading…
Cancel
Save