fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
removing unused code (SpanElement)
[fnpeditor.git]
/
Gruntfile.js
diff --git
a/Gruntfile.js
b/Gruntfile.js
index
5427659
..
a97d77c
100644
(file)
--- 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'
}
}
},