Commit 4c853bff authored by JC Brand's avatar JC Brand

Fixes #902

parent 38f8724d
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
.pydevproject .pydevproject
.idea .idea
.su? .su?
builds/*
analytics.js analytics.js
inverse-analytics.js inverse-analytics.js
......
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
- Bookmark icon shown in the open rooms list when `allow_bookmarks` is to `false`. - 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. - 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. - #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) ## 3.1.1 (2017-07-12)
......
...@@ -217,7 +217,7 @@ jsmin: $(BUILDS) ...@@ -217,7 +217,7 @@ jsmin: $(BUILDS)
dist:: build dist:: build
.PHONY: build .PHONY: build
build:: dev css build:: dev css transpile
$(GRUNT) json $(GRUNT) json
make jsmin make jsmin
......
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.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment