Explorar o código

fix(postcss): change sourcemap output folder

bergquist %!s(int64=10) %!d(string=hai) anos
pai
achega
fadfa7cc42
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: [