From d394fab37158717445a7355b250ea881116a834a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aleksander=20=C5=81ukasz?= Date: Thu, 12 Dec 2013 22:22:26 +0100 Subject: [PATCH] fix relative paths bug for build 2 --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 5c85ee0..4f15a55 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -25,7 +25,8 @@ module.exports = function(grunt) { options: { paths: [''], cleancss: true, - relativeUrls: true + relativeUrls: true, + rootpath: 'src/editor/styles/' }, files: less_files, }, -- 2.20.1