X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/b38b01fe2b2e52d3ad68d412a05c112b73886c95..7723bc8892a423d246035a0d7449193193fc5c8a:/Gruntfile.js?ds=inline diff --git a/Gruntfile.js b/Gruntfile.js index 5c85ee0..ca08c79 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -12,6 +12,7 @@ module.exports = function(grunt) { requirejs: { compile: { options: { + useStrict: true, baseUrl: 'src/editor', mainConfigFile: 'src/editor/entrypoint.js', out: build_output_dir + '/rng.js', @@ -25,7 +26,8 @@ module.exports = function(grunt) { options: { paths: [''], cleancss: true, - relativeUrls: true + relativeUrls: true, + rootpath: 'src/editor/styles/' }, files: less_files, },