summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-07-08 07:54:49 -0800
committerCorey Hulen <corey@hulen.com>2015-07-08 07:54:49 -0800
commit689692b22db1f746d23b6ceb5f7892227c5efb1e (patch)
tree24c77b2e43efbefae8eaa4745f6205337e2eefaf /Makefile
parent30e90a2155652aa6b1616c713f4b2b68b6193308 (diff)
parent9da9f62f44f6d07fb1cc73df4cccef5d4ff6e567 (diff)
downloadchat-689692b22db1f746d23b6ceb5f7892227c5efb1e.tar.gz
chat-689692b22db1f746d23b6ceb5f7892227c5efb1e.tar.bz2
chat-689692b22db1f746d23b6ceb5f7892227c5efb1e.zip
Merge pull request #130 from hmhealey/staticjs
MM-1427 Copied required Javascript libraries and resources into repository
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e59e03ee7..724497d91 100644
--- a/Makefile
+++ b/Makefile
@@ -180,7 +180,10 @@ dist: install
mv $(DIST_PATH)/web/static/js/bundle.min.js $(DIST_PATH)/web/static/js/bundle-$(BUILD_NUMBER).min.js
@sed -i'.bak' 's|react-with-addons-0.13.1.js|react-with-addons-0.13.1.min.js|g' $(DIST_PATH)/web/templates/head.html
+ @sed -i'.bak' 's|jquery-1.11.1.js|jquery-1.11.1.min.js|g' $(DIST_PATH)/web/templates/head.html
+ @sed -i'.bak' 's|bootstrap-3.3.1.js|bootstrap-3.3.1.min.js|g' $(DIST_PATH)/web/templates/head.html
+ @sed -i'.bak' 's|perfect-scrollbar.js|perfect-scrollbar.min.js|g' $(DIST_PATH)/web/templates/head.html
@sed -i'.bak' 's|bundle.js|bundle-$(BUILD_NUMBER).min.js|g' $(DIST_PATH)/web/templates/head.html
rm $(DIST_PATH)/web/templates/*.bak
- tar -C dist -czf $(DIST_PATH).tar.gz mattermost \ No newline at end of file
+ tar -C dist -czf $(DIST_PATH).tar.gz mattermost