Преглед изворни кода

fix(postcss): change sourcemap output folder

bergquist пре 10 година
родитељ
комит
fadfa7cc42
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tasks/options/postcss.js

+ 1 - 1
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: [