@@ -34,15 +34,15 @@ var generate = {
3434
3535 appfiles : function ( ) {
3636 helpers . copy . call ( this , '_package.json' , 'package.json' , this . prompts ) ;
37+ console . log ( this . prompts ) ;
3738 // helpers.copy.call(this, '_bower.json', 'bower.json', this.prompts);
3839 } ,
3940
4041 gulpModules : function ( ) {
4142 helpers . copy . call ( this , 'gulpfile.js' , 'gulpfile.js' , this . prompts ) ;
4243 helpers . copy . call ( this , 'gulp/config.js' , 'gulp/config.js' , this . prompts ) ;
43- helpers . copy . call ( this , 'gulp/helpers/_svgfont.sass' , 'gulp/helpers/_svgfont.sass' ) ;
44- helpers . copy . call ( this , 'gulp/helpers/icons.html' , 'gulp/helpers/icons.html' ) ;
45- helpers . copy . call ( this , 'gulp/helpers/sprite.template.mustache' , 'gulp/helpers/sprite.template.mustache' ) ;
44+
45+
4646
4747
4848 var taskslist = [ 'sass' , 'iconfont' , 'copy' , 'html' , 'jade' , 'spritesmith' , 'watch' , 'js' , 'server' ] ;
@@ -55,6 +55,15 @@ var generate = {
5555 }
5656 } ,
5757
58+ spritesmith : function ( ) {
59+ helpers . copy . call ( this , 'gulp/helpers/sprite.template.mustache' , 'gulp/helpers/sprite.template.mustache' ) ;
60+ } ,
61+
62+ iconfont : function ( ) {
63+ helpers . copy . call ( this , 'gulp/helpers/_svgfont.sass' , 'gulp/helpers/_svgfont.sass' ) ;
64+ helpers . copy . call ( this , 'gulp/helpers/icons.html' , 'gulp/helpers/icons.html' ) ;
65+ } ,
66+
5867 projectInfo : function ( ) {
5968 // helpers.copy.call(this, '_index.html', 'index.html', this.prompts);
6069 helpers . copy . call ( this , 'README.md' , 'README.md' , this . prompts ) ;
@@ -63,8 +72,8 @@ var generate = {
6372 assets : function ( ) {
6473 helpers . copy . call ( this , 'src/.keep' , 'src/fonts/.keep' ) ;
6574 helpers . copy . call ( this , 'src/.keep' , 'src/img/.keep' ) ;
66- helpers . copy . call ( this , 'src/.keep ' , 'src/img/icons/.keep ' ) ;
67- helpers . copy . call ( this , 'src/.keep ' , 'src/img/svg/.keep ' ) ;
75+ helpers . copy . call ( this , 'src/img/icons/coderiver.png ' , 'src/img/icons/coderiver.png ' ) ;
76+ helpers . copy . call ( this , 'src/img/svg/sepa.svg ' , 'src/img/svg/sepa.svg ' ) ;
6877 } ,
6978
7079 // templateFiles: function () {
0 commit comments