X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/db58e0a751440706b5e0407e5a4a9ebb6cb0f8aa..b5db2e60c7ee08a0ccd0b8ded776730996c46aeb:/Gruntfile.js diff --git a/Gruntfile.js b/Gruntfile.js index ca08c79..a97d77c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -17,7 +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'], + generateSourceMaps: true, + + // The following two settings are required for source maps to work, + // see: http://requirejs.org/docs/optimization.html#sourcemaps + preserveLicenseComments: false, + optimize: grunt.option('optimize') || 'uglify2' } } },