소스 검색

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"
         ],