fix for requirejs optimizer and config.js fallback

This commit is contained in:
Torkel Odegaard 2014-02-08 20:30:19 +01:00
parent 278decfb87
commit 682740a020

View File

@ -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',