File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 "tests" : " src/+(app|common)/**/*.spec.js"
2020 },
2121
22+ "templateFile" : " app.templates.js" ,
23+
2224 "bower" : {
2325 "json" : " ./bower.json" ,
2426 "directory" : " ./vendor/" ,
Original file line number Diff line number Diff line change @@ -118,11 +118,11 @@ var fnCacheTpls = function (path) {
118118 quotes : true
119119 } ) )
120120 . pipe ( plugins . angularTemplatecache ( {
121- module : 'templates. app' ,
121+ module : 'app.templates ' ,
122122 standalone : true
123123 } ) )
124- . pipe ( plugins . concat ( 'templates.js' ) )
125- . pipe ( gulp . dest ( config . build + '/app ' ) )
124+ . pipe ( plugins . concat ( config . templateFile ) )
125+ . pipe ( gulp . dest ( config . build + '/assets ' ) )
126126 . pipe ( bs . stream ( ) ) ;
127127} ;
128128gulp . task ( 'scripts:cacheTpls' , function ( ) {
Original file line number Diff line number Diff line change 11'use strict' ;
22
33angular . module ( 'ngDevstack' , [
4- 'templates. app' ,
4+ 'app.templates ' ,
55 'ngDevstack.conf' ,
66 'ngDevstack.home' ,
77 'ngDevstack.about' ,
You can’t perform that action at this time.
0 commit comments