File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ module.exports = {
5959 var absoluteInputPath = path . join ( root , inputPath ) ;
6060 var absoluteOutputPath = path . join ( root , outputPath ) ;
6161
62- this . log ( 'generating `' + outputPath + '` from `' + inputPath + '`' ) ;
62+ this . log ( 'generating `' + outputPath + '` from `' + inputPath + '`' , { verbose : true } ) ;
6363
6464 return readFile ( absoluteInputPath )
6565 . then ( extractConfigFromHtmlAsJson . bind ( this ) )
@@ -72,8 +72,8 @@ module.exports = {
7272 } ,
7373
7474 _successMessage : function ( outputPath , fileOutputPattern ) {
75- this . log ( 'generated: `' + outputPath + '`' ) ;
76- this . log ( 'added `' + fileOutputPattern + '` to `context.distFiles`' ) ;
75+ this . log ( 'generated: `' + outputPath + '`' , { verbose : true } ) ;
76+ this . log ( 'added `' + fileOutputPattern + '` to `context.distFiles`' , { verbose : true } ) ;
7777 return Promise . resolve ( ) ;
7878 } ,
7979
Original file line number Diff line number Diff line change 4747 "chalk" : " ^1.0.0" ,
4848 "cheerio" : " ^0.19.0" ,
4949 "ember-cli-babel" : " ^5.0.0" ,
50- "ember-cli-deploy-plugin" : " ^0.1.1 " ,
50+ "ember-cli-deploy-plugin" : " 0.2.0 " ,
5151 "rsvp" : " ^3.0.18"
5252 },
5353 "ember-addon" : {
You can’t perform that action at this time.
0 commit comments