tech(systemjs): work on systemjs builder

This commit is contained in:
Torkel Ödegaard
2015-12-18 15:59:27 +01:00
parent 0dd7fb7361
commit 93e424de4c
4 changed files with 4 additions and 3 deletions

View File

@ -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();