1
0
Преглед на файлове

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 години
родител
ревизия
5cc51344e7
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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"
         ],