Просмотр исходного кода

fix(postcss): change sourcemap output folder

bergquist 9 лет назад
Родитель
Сommit
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: [