From fadfa7cc42a0818a16f03eb5a8e7454b0e530c97 Mon Sep 17 00:00:00 2001 From: bergquist Date: Mon, 7 Mar 2016 17:52:47 +0100 Subject: [PATCH] fix(postcss): change sourcemap output folder --- tasks/options/postcss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/options/postcss.js b/tasks/options/postcss.js index 6b638dc275a..d55abd416e9 100644 --- a/tasks/options/postcss.js +++ b/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: [