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