Add Page Populator from Sonarr

This commit is contained in:
Qstick 2017-10-07 02:47:28 -04:00
parent 52e3d96f4a
commit 023452e1c3
12 changed files with 244 additions and 69 deletions

View file

@ -114,6 +114,8 @@ RunGulp()
#npm-cache install npm || CheckExitCode npm install --no-optional --no-bin-links
ProgressEnd 'npm install'
LintUI
ProgressStart 'Running gulp'
CheckExitCode npm run build -- --production
ProgressEnd 'Running gulp'
@ -265,7 +267,6 @@ case "$(uname -s)" in
;;
esac
LintUI
Build
RunGulp
PackageMono