mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix in grunt build script
This commit is contained in:
parent
72d9532207
commit
344812f1e0
@ -23,7 +23,7 @@ module.exports = function (grunt) {
|
||||
if (config.mode === 'backend') {
|
||||
grunt.log.writeln('Setting backend build mode');
|
||||
config.modeOptions.zipSuffix = '-backend';
|
||||
config.modeOptions.requirejs.path = { config: 'components/config' };
|
||||
config.modeOptions.requirejs.paths = {};
|
||||
config.modeOptions.requirejs.excludeConfig = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user