fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
wlxml: metadata wip - as extension
[fnpeditor.git]
/
Gruntfile.js
diff --git
a/Gruntfile.js
b/Gruntfile.js
index
4f15a55
..
5427659
100644
(file)
--- a/
Gruntfile.js
+++ b/
Gruntfile.js
@@
-12,11
+12,18
@@
module.exports = function(grunt) {
requirejs: {
compile: {
options: {
requirejs: {
compile: {
options: {
+ useStrict: true,
baseUrl: 'src/editor',
mainConfigFile: 'src/editor/entrypoint.js',
out: build_output_dir + '/rng.js',
name: 'entrypoint',
baseUrl: 'src/editor',
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: 'uglify2'
}
}
},
}
}
},