X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/d721cbe5947c8bc75b2e4b0e9602e0e3d45dbbcb..b5db2e60c7ee08a0ccd0b8ded776730996c46aeb:/Gruntfile.js diff --git a/Gruntfile.js b/Gruntfile.js index 5427659..a97d77c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -23,7 +23,7 @@ module.exports = function(grunt) { // 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' } } },