X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/f20b2ef1a63ca42202fb063a1c0c3c06cb65e87e..b38b01fe2b2e52d3ad68d412a05c112b73886c95:/Gruntfile.js diff --git a/Gruntfile.js b/Gruntfile.js index e3059a9..5c85ee0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -24,7 +24,8 @@ module.exports = function(grunt) { production: { options: { paths: [''], - yuicompress: true + cleancss: true, + relativeUrls: true }, files: less_files, }, @@ -38,7 +39,7 @@ module.exports = function(grunt) { copy: { resources: { files: [ - {src: ['libs/bootstrap/**'], dest: build_output_dir+'/'}, + {src: ['libs/bootstrap/img/**'], dest: build_output_dir+'/'}, ] } }