summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-30 09:34:07 -0400
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-30 09:34:07 -0400
commit22b24798afbb34847ab4217c2967d02e1b39608b (patch)
treef48ece2cd3521f4165aa23c41ed4fef37099040d /Makefile
parent7ed87b0a85af62f4d88f32d5833644858e9535db (diff)
parentecdbbd7c54184780d9891b00e066cf16d5921fb2 (diff)
downloadchat-22b24798afbb34847ab4217c2967d02e1b39608b.tar.gz
chat-22b24798afbb34847ab4217c2967d02e1b39608b.tar.bz2
chat-22b24798afbb34847ab4217c2967d02e1b39608b.zip
Merge pull request #2569 from mattermost/run-fullmap
Adding make target for building with a full source map
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index af5214388..0889dab31 100644
--- a/Makefile
+++ b/Makefile
@@ -185,8 +185,15 @@ run-client:
cd $(BUILD_WEBAPP_DIR) && $(MAKE) run
+run-client-fullmap:
+ @echo Running mattermost client for development with FULL SOURCE MAP
+
+ cd $(BUILD_WEBAPP_DIR) && $(MAKE) run-fullmap
+
run: run-server run-client
+run-fullmap: run-server run-client-fullmap
+
stop-server:
@echo Stopping mattermost