Commit 682740a0 by Torkel Odegaard

fix for requirejs optimizer and config.js fallback

parent 278decfb
...@@ -12,6 +12,8 @@ module.exports = function(config,grunt) { ...@@ -12,6 +12,8 @@ module.exports = function(config,grunt) {
optimizeCss: 'none', optimizeCss: 'none',
optimizeAllPluginResources: false, optimizeAllPluginResources: false,
paths: { config: '../config.sample' }, // fix, fallbacks need to be specified
removeCombined: true, removeCombined: true,
findNestedDependencies: true, findNestedDependencies: true,
normalizeDirDefines: 'all', normalizeDirDefines: 'all',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment