Merge pull request #4048 from alphagov/fix-static-assets-dev

Fix broken CSS links to assets in development
This commit is contained in:
Ben Thorner
2021-10-19 10:03:10 +01:00
committed by GitHub
+1 -1
View File
@@ -25,7 +25,7 @@ VIRTUALENV_ROOT := $(shell [ -z $$VIRTUAL_ENV ] && echo $$(pwd)/venv || echo $$V
.PHONY: bootstrap .PHONY: bootstrap
bootstrap: generate-version-file ## Set up everything to run the app bootstrap: generate-version-file ## Set up everything to run the app
pip3 install -r requirements_for_test.txt pip3 install -r requirements_for_test.txt
npm install && npm run build npm install && NOTIFY_ENVIRONMENT=development npm run build
.PHONY: run-flask .PHONY: run-flask
run-flask: ## Run flask run-flask: ## Run flask