1
0
Selaa lähdekoodia

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 10 vuotta sitten
vanhempi
commit
5cc51344e7
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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"
         ],