fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
logging: pass logger name to the handler
[fnpeditor.git]
/
Gruntfile.js
diff --git
a/Gruntfile.js
b/Gruntfile.js
index
5c85ee0
..
ca08c79
100644
(file)
--- a/
Gruntfile.js
+++ b/
Gruntfile.js
@@
-12,6
+12,7
@@
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',
baseUrl: 'src/editor',
mainConfigFile: 'src/editor/entrypoint.js',
out: build_output_dir + '/rng.js',
@@
-25,7
+26,8
@@
module.exports = function(grunt) {
options: {
paths: [''],
cleancss: true,
options: {
paths: [''],
cleancss: true,
- relativeUrls: true
+ relativeUrls: true,
+ rootpath: 'src/editor/styles/'
},
files: less_files,
},
},
files: less_files,
},