mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 06:52:37 +08:00
fix(build): fixed minor issue in systemjs builder, and added SystemJs cache buster
This commit is contained in:
@ -14,9 +14,9 @@ module.exports = function(grunt) {
|
||||
'app/app',
|
||||
'app/features/all',
|
||||
'app/plugins/panel/**/module',
|
||||
'app/plugins/datasource/graphite/datasource',
|
||||
'app/plugins/datasource/influxdb/datasource',
|
||||
'app/plugins/datasource/elasticsearch/datasource',
|
||||
'app/plugins/datasource/graphite/module',
|
||||
'app/plugins/datasource/influxdb/module',
|
||||
'app/plugins/datasource/elasticsearch/module',
|
||||
];
|
||||
|
||||
var expression = modules.join(' + ');
|
||||
|
Reference in New Issue
Block a user