experiments

This commit is contained in:
Torkel Ödegaard
2015-09-09 20:37:27 +02:00
parent a8197df1c1
commit 82061c7c3b
6 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@ module.exports = function() {
return {
build: {
src: ['public/app/**/*.ts'],
dest: 'public/app_gen',
dest: 'public/.app_gen',
options: {
module: 'amd', //or commonjs
target: 'es5', //or es3
@ -16,7 +16,7 @@ module.exports = function() {
},
watch: {
src: ['public/app/**/*.ts'],
dest: 'public/app_gen',
dest: 'public/.app_gen',
options: {
module: 'amd', //or commonjs
target: 'es5', //or es3