Added webpack compilation scripts (#651)

This commit is contained in:
Miguel Serrano 2019-10-23 10:20:39 +02:00 committed by GitHub
parent ad0355bcde
commit f9b00c3dfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,8 @@ grep 'name:' config/services.js | \
case $service in
web)
make compile_full
WEBPACK_ENV=production make minify
make minify
npm run webpack:production
;;
chat)
echo "$service doesn't require a compilation"