fix relative paths bug for build 2
[fnpeditor.git] / Gruntfile.js
index 5c85ee0..4f15a55 100644 (file)
@@ -25,7 +25,8 @@ module.exports = function(grunt) {
                 options: {
                     paths: [''],
                     cleancss: true,
-                    relativeUrls: true
+                    relativeUrls: true,
+                    rootpath: 'src/editor/styles/'
                 },
                 files: less_files,
             },