summaryrefslogtreecommitdiffstats
path: root/webapp/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 /webapp/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 'webapp/Makefile')
-rw-r--r--webapp/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/webapp/Makefile b/webapp/Makefile
index 4cc9be1d3..6ec75d1df 100644
--- a/webapp/Makefile
+++ b/webapp/Makefile
@@ -22,6 +22,11 @@ run: .npminstall
npm run run &
+run-fullmap: .npminstall
+ @echo FULL SOURCE MAP Running mattermost Webapp for development FULL SOURCE MAP
+
+ npm run run-fullmap &
+
stop:
@echo Stopping changes watching