logging: pass logger name to the handler
[fnpeditor.git] / Gruntfile.js
index 5c85ee0..ca08c79 100644 (file)
@@ -12,6 +12,7 @@ module.exports = function(grunt) {
         requirejs: {
           compile: {
             options: {
+              useStrict: true,
               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,
-                    relativeUrls: true
+                    relativeUrls: true,
+                    rootpath: 'src/editor/styles/'
                 },
                 files: less_files,
             },