For details, read https://github.com/amber-smalltalk/amber/wiki/Building-blocks-of-Amber-application-(and-library)
@@ -137,7 +137,8 @@ exports.template = function(grunt, init, done) {
"**/.*",
"node_modules",
"bower_components",
- "/test_runner.js",
+ "/*.js",
+ "/*.html",
"test",
"tests"
],