]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix make build by replacing grunt with webpack 3311/head
authorNicolas Hart <contact@nclshart.net>
Fri, 4 Aug 2017 22:13:55 +0000 (00:13 +0200)
committerNicolas Hart <contact@nclshart.net>
Fri, 4 Aug 2017 22:21:05 +0000 (00:21 +0200)
Makefile

index b33352616488d2c8a2c3a13d674f73714184eaf1..ffbe102a045c05f09ca3201322592e3ff153a111 100755 (executable)
--- 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