Project test configuration and updated README

Signed-off-by: Simon Bailey <simon@newtriks.com>
This commit is contained in:
Simon Bailey
2014-01-08 11:10:07 +00:00
parent b1562cd74c
commit fb2e98d63e
8 changed files with 268 additions and 34 deletions
+4
View File
@@ -72,3 +72,7 @@ ReactWebpackGenerator.prototype.imageFiles = function () {
this.sourceRoot(path.join(__dirname, 'templates'));
this.directory('images', 'src/images', true);
};
ReactWebpackGenerator.prototype.karmaFiles = function () {
this.copy('../../templates/common/karma.conf.js', 'karma.conf.js');
};