1
0
Ver Fonte

Not publishing app infrastructure as library

For details, read https://github.com/amber-smalltalk/amber/wiki/Building-blocks-of-Amber-application-(and-library)
Herbert Vojčík há 10 anos atrás
pai
commit
5cc51344e7
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      template.js

+ 2 - 1
template.js

@@ -137,7 +137,8 @@ exports.template = function(grunt, init, done) {
           "**/.*",
           "node_modules",
           "bower_components",
-          "/test_runner.js",
+          "/*.js",
+          "/*.html",
           "test",
           "tests"
         ],