Jelajahi Sumber

fix(postcss): change sourcemap output folder

bergquist 10 tahun lalu
induk
melakukan
fadfa7cc42
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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: [