tech(systemjs): systemjs and jspm work

This commit is contained in:
Torkel Ödegaard
2015-12-15 17:56:16 +01:00
parent f1b897b3de
commit 7ee290cc57
5468 changed files with 731888 additions and 5144 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ module.exports = function() {
return {
build: {
src: ['public/**/*.ts', 'public/test/**/*.ts'],
src: ['public/**/*.ts', 'public/test/**/*.ts', "!public/vendor/**/*.ts"],
dest: 'public_gen/',
options: {
module: 'amd', //or commonjs