summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-29 18:32:15 -0400
committerChristopher Speller <crspeller@gmail.com>2016-03-29 18:32:15 -0400
commitecdbbd7c54184780d9891b00e066cf16d5921fb2 (patch)
tree8a3125d3014525d4434ab21edcdac3e038d2617d /Makefile
parenta6a0f18166a29dd22525b690d8141961dbecdb9d (diff)
downloadchat-ecdbbd7c54184780d9891b00e066cf16d5921fb2.tar.gz
chat-ecdbbd7c54184780d9891b00e066cf16d5921fb2.tar.bz2
chat-ecdbbd7c54184780d9891b00e066cf16d5921fb2.zip
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