Fix broken script and style paths

Fix #88
This commit is contained in:
Guilherme Rodrigues
2015-04-13 17:34:10 -03:00
parent 09510006aa
commit 7462f5db6c
9 changed files with 48 additions and 50 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') {