mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix for requirejs optimizer and config.js fallback
This commit is contained in:
parent
278decfb87
commit
682740a020
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user