mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 08:22:20 +08:00
changes to make requirejs optimizer complete
This commit is contained in:
@ -6,9 +6,10 @@ module.exports = function(config,grunt) {
|
||||
options: {
|
||||
appDir: '<%= tempDir %>',
|
||||
dir: '<%= destDir %>',
|
||||
baseUrl: './app',
|
||||
|
||||
mainConfigFile: '<%= tempDir %>/app/components/require.config.js',
|
||||
modules: [], // populated below
|
||||
modules: [], // populated below,
|
||||
|
||||
optimize: 'none',
|
||||
optimizeCss: 'none',
|
||||
|
Reference in New Issue
Block a user