JC Brand 8 năm trước cách đây
mục cha
commit
4c853bff6f
4 tập tin đã thay đổi với 6 bổ sung1 xóa
  1. 1 0
      .gitignore
  2. 1 0
      CHANGES.md
  3. 1 1
      Makefile
  4. 3 0
      builds/README.rst

+ 1 - 0
.gitignore

@@ -11,6 +11,7 @@
 .pydevproject
 .idea
 .su?
+builds/*
 
 analytics.js
 inverse-analytics.js

+ 1 - 0
CHANGES.md

@@ -41,6 +41,7 @@
 - Bookmark icon shown in the open rooms list when `allow_bookmarks` is to `false`.
 - It wasn't possible to add or remove bookmarks via the "Open Rooms" list.
 - #879 Text in links are converted to smileys leading to non-clickable links.
+- #902 `make build` dependends on non-existing files
 
 ## 3.1.1 (2017-07-12)
 

+ 1 - 1
Makefile

@@ -217,7 +217,7 @@ jsmin: $(BUILDS)
 dist:: build
 
 .PHONY: build
-build:: dev css
+build:: dev css transpile
 	$(GRUNT) json
 	make jsmin
 

+ 3 - 0
builds/README.rst

@@ -0,0 +1,3 @@
+This directory exists as a location for intermediate files generated by the
+Babel compiler, before they're bundled into distribution bundles in the
+`./dist/` directory.