Added generator tests all passing

Signed-off-by: Simon Bailey <simon@newtriks.com>
This commit is contained in:
Simon Bailey
2014-01-08 12:23:57 +00:00
parent fb2e98d63e
commit 189263a8de
4 changed files with 80 additions and 26 deletions
+1
View File
@@ -59,6 +59,7 @@ ReactWebpackGenerator.prototype.createIndexHtml = function createIndexHtml() {
ReactWebpackGenerator.prototype.packageFiles = function () {
this.template('../../templates/common/_package.json', 'package.json');
this.copy('../../templates/common/Gruntfile.js', 'Gruntfile.js');
this.copy('../../templates/common/gitignore', '.gitignore');
};
ReactWebpackGenerator.prototype.styleFiles = function styleFiles() {