mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 01:00:24 +08:00
fix for requirejs optimizer and config.js fallback
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user