mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 06:52:37 +08:00
tech(systemjs): work on systemjs builder
This commit is contained in:
@ -12,7 +12,7 @@ module.exports = function(grunt) {
|
||||
console.log('Starting systemjs-builder');
|
||||
|
||||
builder
|
||||
.bundle('app/app', 'public_gen/app/app.js')
|
||||
.bundle('app/app + app/features/all', 'public_gen/app/app.js')
|
||||
.then(function() {
|
||||
console.log('Build complete');
|
||||
done();
|
||||
|
Reference in New Issue
Block a user