Merge pull request #3311 from nclsHart/makefile-webpack

Fix make build by replacing grunt with webpack
This commit is contained in:
Jérémy Benoist 2017-08-05 19:19:09 +02:00 committed by GitHub
commit fccc3a2e07

View file

@ -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