tech(systemjs): tricky mixing systemjs and requirejs, might need to migrate

This commit is contained in:
Torkel Ödegaard
2015-12-15 20:23:55 +01:00
parent 8e6fdf62fb
commit 04ff97cd72
17 changed files with 13166 additions and 163 deletions

View File

@ -6,7 +6,7 @@ module.exports = function() {
src: ['public/**/*.ts', 'public/test/**/*.ts', "!public/vendor/**/*.ts"],
dest: 'public_gen/',
options: {
module: 'amd', //or commonjs
module: 'system', //or commonjs
target: 'es5', //or es3
rootDir: 'public/',
sourceRoot: 'public/',