fix(postcss): change sourcemap output folder

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

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

Loading…
Cancel
Save