mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-12 12:21:11 +08:00
Added architecture option for Alt (http://alt.js.org), actions and stores
This commit is contained in:
@@ -24,6 +24,9 @@ ActionGenerator.prototype.createActionFile = function createActionFile() {
|
||||
case 'reflux':
|
||||
actionTemplate = 'RefluxAction';
|
||||
break;
|
||||
case 'alt':
|
||||
actionTemplate = 'AltAction';
|
||||
break;
|
||||
}
|
||||
|
||||
console.log('Creating ' + this.architecture + ' action');
|
||||
|
||||
Reference in New Issue
Block a user