Depreciate fullmap target (#9963)

This commit is contained in:
Hanzei
2018-12-05 19:13:00 +01:00
committed by Christopher Speller
parent 56937b0e8b
commit de5440d979

View File

@@ -446,14 +446,14 @@ run-client: ## Runs the webapp.
ln -nfs $(BUILD_WEBAPP_DIR)/dist client
cd $(BUILD_WEBAPP_DIR) && $(MAKE) run
run-client-fullmap: ## Runs the webapp with source code mapping (slower; better debugging).
@echo Running mattermost client for development with FULL SOURCE MAP
run-client-fullmap: ## Legacy alias to run-client
@echo Running mattermost client for development
cd $(BUILD_WEBAPP_DIR) && $(MAKE) run-fullmap
cd $(BUILD_WEBAPP_DIR) && $(MAKE) run
run: check-prereqs run-server run-client ## Runs the server and webapp.
run-fullmap: run-server run-client-fullmap ## Same as run but with a full sourcemap for client.
run-fullmap: run-server run-client ## Legacy alias to run
stop-server: ## Stops the server.
@echo Stopping mattermost