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 = {
59
59
var absoluteInputPath = path . join ( root , inputPath ) ;
60
60
var absoluteOutputPath = path . join ( root , outputPath ) ;
61
61
62
- this . log ( 'generating `' + outputPath + '` from `' + inputPath + '`' ) ;
62
+ this . log ( 'generating `' + outputPath + '` from `' + inputPath + '`' , { verbose : true } ) ;
63
63
64
64
return readFile ( absoluteInputPath )
65
65
. then ( extractConfigFromHtmlAsJson . bind ( this ) )
@@ -72,8 +72,8 @@ module.exports = {
72
72
} ,
73
73
74
74
_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 } ) ;
77
77
return Promise . resolve ( ) ;
78
78
} ,
79
79
Original file line number Diff line number Diff line change 47
47
"chalk" : " ^1.0.0" ,
48
48
"cheerio" : " ^0.19.0" ,
49
49
"ember-cli-babel" : " ^5.0.0" ,
50
- "ember-cli-deploy-plugin" : " ^0.1.1 " ,
50
+ "ember-cli-deploy-plugin" : " 0.2.0 " ,
51
51
"rsvp" : " ^3.0.18"
52
52
},
53
53
"ember-addon" : {
You can’t perform that action at this time.
0 commit comments