Skip to content

Commit

Permalink
Fixes yeoman#233 : backbone:all set appPath
Browse files Browse the repository at this point in the history
  • Loading branch information
revathskumar committed Mar 31, 2014
1 parent a8c3deb commit 68567a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions all/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ function Generator(args, options, config) {
this.dirs = 'models collections views routes helpers templates'.split(' ');

this.option('coffee');
this.env.options.appPath = this.options.appPath || 'app';
this.config.set('appPath', this.env.options.appPath);

args = ['application'];

Expand Down

0 comments on commit 68567a8

Please sign in to comment.