X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/d721cbe5947c8bc75b2e4b0e9602e0e3d45dbbcb..58fc71a8c51ee9e8df92827ed380497d2b131841:/Gruntfile.js diff --git a/Gruntfile.js b/Gruntfile.js index 5427659..05c4483 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -17,13 +17,13 @@ module.exports = function(grunt) { mainConfigFile: 'src/editor/entrypoint.js', out: build_output_dir + '/rng.js', name: 'entrypoint', - include: ['libs/require'], + include: ['libs/require', 'libs/ace/mode-xml'], generateSourceMaps: true, // The following two settings are required for source maps to work, // see: http://requirejs.org/docs/optimization.html#sourcemaps preserveLicenseComments: false, - optimize: 'uglify2' + optimize: grunt.option('optimize') || 'uglify2' } } },