editor fix: source editor should also react to contentSet event
[fnpeditor.git] / Gruntfile.js
index e3059a9..4f15a55 100644 (file)
@@ -24,7 +24,9 @@ module.exports = function(grunt) {
             production: {
                 options: {
                     paths: [''],
-                    yuicompress: true
+                    cleancss: true,
+                    relativeUrls: true,
+                    rootpath: 'src/editor/styles/'
                 },
                 files: less_files,
             },
@@ -38,7 +40,7 @@ module.exports = function(grunt) {
         copy: {
           resources: {
             files: [
-              {src: ['libs/bootstrap/**'], dest: build_output_dir+'/'},
+              {src: ['libs/bootstrap/img/**'], dest: build_output_dir+'/'},
             ]
           }
         }