From 5385fda8abe222effbe5a760902581dbf33165da Mon Sep 17 00:00:00 2001 From: Nicolas Hart Date: Sat, 5 Aug 2017 00:13:55 +0200 Subject: [PATCH 1/1] Fix make build by replacing grunt with webpack --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.41.0