X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/f20b2ef1a63ca42202fb063a1c0c3c06cb65e87e..b7d1baeb57e59c30907d272eea8053ab74a8cfbd:/Gruntfile.js diff --git a/Gruntfile.js b/Gruntfile.js index e3059a9..4f15a55 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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+'/'}, ] } }