mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Depreciate fullmap target (#9963)
This commit is contained in:
committed by
Christopher Speller
parent
56937b0e8b
commit
de5440d979
8
Makefile
8
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user