Conflicts:
	package.json
This commit is contained in:
Yonatan Schreiber
2015-04-19 15:11:19 +03:00
10 changed files with 53 additions and 55 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ var Generator = module.exports = function Generator() {
this.architecture = this.config.get('architecture');
if (typeof this.options.appPath === 'undefined') {
this.options.appPath = this.options.appPath || 'src/scripts';
this.options.appPath = this.options.appPath || 'src';
}
if (typeof this.options.testPath === 'undefined') {