tech(typescript): its looking good

This commit is contained in:
Torkel Ödegaard
2015-09-10 11:26:40 +02:00
parent 82061c7c3b
commit abac8bccc6
54 changed files with 133 additions and 66 deletions

View File

@ -4,7 +4,7 @@ module.exports = function() {
return {
build: {
src: ['public/app/**/*.ts'],
dest: 'public/.app_gen',
dest: 'public_gen/app',
options: {
module: 'amd', //or commonjs
target: 'es5', //or es3
@ -14,9 +14,20 @@ module.exports = function() {
generateTsConfig: true,
}
},
// build2: {
// src: ['public/app/alerting#<{(||)}>#*.ts'],
// dest: 'public/.app_gen/alerting/all.js',
// options: {
// target: 'es5', //or es3
// declaration: true,
// sourceMap: true,
// }
// },
watch: {
src: ['public/app/**/*.ts'],
dest: 'public/.app_gen',
dest: 'public/app_gen',
options: {
module: 'amd', //or commonjs
target: 'es5', //or es3