Commit 682740a0 by Torkel Odegaard

fix for requirejs optimizer and config.js fallback

parent 278decfb
......@@ -12,6 +12,8 @@ module.exports = function(config,grunt) {
optimizeCss: 'none',
optimizeAllPluginResources: false,
paths: { config: '../config.sample' }, // fix, fallbacks need to be specified
removeCombined: true,
findNestedDependencies: true,
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