File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ coverage/
4
4
awsconfig
5
5
/dist
6
6
/emails /dist
7
- /public /app_gen
7
+ /public /. app_gen
8
8
/tmp
9
9
10
10
docs /AWS_S3_BUCKET
Original file line number Diff line number Diff line change 1
1
require . config ( {
2
2
urlArgs : 'bust=' + ( new Date ( ) . getTime ( ) ) ,
3
- baseUrl : 'public/app_gen' ,
3
+ baseUrl : 'public/. app_gen' ,
4
4
5
5
paths : {
6
6
config : 'components/config' ,
Original file line number Diff line number Diff line change 19
19
20
20
<!-- build:js [[.AppSubUrl]]/app/app.js -->
21
21
< script src ="[[.AppSubUrl]]/public/vendor/requirejs/require.js "> </ script >
22
- < script src ="[[.AppSubUrl]]/public/app_gen/components/require.config.js "> </ script >
22
+ < script src ="[[.AppSubUrl]]/public/. app_gen/components/require.config.js "> </ script >
23
23
<!-- endbuild -->
24
24
</ head >
25
25
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = function(config) {
12
12
cwd : '<%= srcDir %>/app' ,
13
13
expand : true ,
14
14
src : [ '**/*.js' , '**/*.html' ] ,
15
- dest : '<%= srcDir %>/app_gen'
15
+ dest : '<%= srcDir %>/. app_gen'
16
16
}
17
17
18
18
} ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module.exports = function() {
4
4
return {
5
5
build : {
6
6
src : [ 'public/app/**/*.ts' ] ,
7
- dest : 'public/app_gen' ,
7
+ dest : 'public/. app_gen' ,
8
8
options : {
9
9
module : 'amd' , //or commonjs
10
10
target : 'es5' , //or es3
@@ -16,7 +16,7 @@ module.exports = function() {
16
16
} ,
17
17
watch : {
18
18
src : [ 'public/app/**/*.ts' ] ,
19
- dest : 'public/app_gen' ,
19
+ dest : 'public/. app_gen' ,
20
20
options : {
21
21
module : 'amd' , //or commonjs
22
22
target : 'es5' , //or es3
Original file line number Diff line number Diff line change 2
2
"compilerOptions" : {
3
3
"sourceMap" : true ,
4
4
"declaration" : true ,
5
- "outDir" : " public/app_gen" ,
5
+ "outDir" : " public/. app_gen" ,
6
6
"target" : " ES5" ,
7
7
"rootDir" : " public/app" ,
8
8
"module" : " amd" ,
You can’t perform that action at this time.
0 commit comments