From: Aleksander Ɓukasz Date: Thu, 12 Dec 2013 21:22:26 +0000 (+0100) Subject: fix relative paths bug for build 2 X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/d394fab37158717445a7355b250ea881116a834a fix relative paths bug for build 2 --- 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, },