From: Nicolas Hart Date: Fri, 4 Aug 2017 22:13:55 +0000 (+0200) Subject: Fix make build by replacing grunt with webpack X-Git-Tag: 2.3.0~31^2~27^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=5385fda8abe222effbe5a760902581dbf33165da;hp=882da5c5eb283cbc7a869182b26a69b8fbebda2b;p=github%2Fwallabag%2Fwallabag.git Fix make build by replacing grunt with webpack --- diff --git a/Makefile b/Makefile index b3335261..ffbe102a 100755 --- a/Makefile +++ b/Makefile @@ -23,8 +23,8 @@ dev: ## Install the latest dev version run: ## Run the wallabag built-in server @php bin/console server:run --env=$(ENV) -build: ## Run grunt - @grunt +build: ## Run webpack + @npm run build:$(ENV) test: ## Launch wallabag testsuite @ant prepare && bin/simple-phpunit -v