X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=GNUmakefile;fp=GNUmakefile;h=865b35e8bd88f8342b510a2026cc2fe924f4e6f6;hb=7a4c375ebfae5aa43c663b1084acfb68f61b30b8;hp=15d737db5099c13e0095179177d8efaf7271e849;hpb=afe486531d4dfffff7522efecdff1bcf18d13994;p=github%2Fwallabag%2Fwallabag.git diff --git a/GNUmakefile b/GNUmakefile index 15d737db..865b35e8 100755 --- a/GNUmakefile +++ b/GNUmakefile @@ -10,14 +10,14 @@ help: ## Display this help menu clean: ## Clear the application cache rm -rf var/cache/* -install: ## Install wallabag with the latest version +install: customcss ## Install wallabag with the latest version @./scripts/install.sh $(ENV) update: ## Update the wallabag installation to the latest version @./scripts/update.sh $(ENV) dev: ENV=dev -dev: build ## Install the latest dev version +dev: build customcss ## Install the latest dev version @./scripts/dev.sh run: ## Run the wallabag built-in server @@ -27,6 +27,9 @@ build: ## Run webpack @npm install @npm run build:$(ENV) +customcss: + @touch web/custom.css + prepare: clean ## Prepare database for testsuite ifdef DB cp app/config/tests/parameters_test.$(DB).yml app/config/parameters_test.yml