File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ var DeployPluginBase = CoreObject.extend({
8
8
project : null ,
9
9
pluginConfig : null ,
10
10
defaultConfig : { } ,
11
+ beforeHook : function ( context ) {
12
+ this . context = context ;
13
+ this . ui = context . ui ;
14
+ this . project = context . project ;
15
+ context . config [ this . name ] = context . config [ this . name ] || { }
16
+ this . pluginConfig = context . config [ this . name ] ;
17
+ } ,
11
18
configure : function ( context ) {
12
19
this . log ( 'validating config' ) ;
13
20
var defaultProps = Object . keys ( this . defaultConfig || { } ) ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-cli-deploy-plugin" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " For building plugins for ember-cli-deploy" ,
5
5
"repository" : " https://github.com/lukemelia/ember-cli-deploy-plugin" ,
6
6
"engines" : {
You can’t perform that action at this time.
0 commit comments