Run ./gulp script when deploying, rather than running gulp directly
This ensures dependencies are rebuilt when they changed.
This commit is contained in:
@@ -62,11 +62,7 @@ fi
|
|||||||
|
|
||||||
echo
|
echo
|
||||||
echo "*** GULPA GULPA PILLAR ***"
|
echo "*** GULPA GULPA PILLAR ***"
|
||||||
if [ -x ./node_modules/.bin/gulp ]; then
|
./gulp --production
|
||||||
./node_modules/.bin/gulp --production
|
|
||||||
else
|
|
||||||
gulp --production
|
|
||||||
fi
|
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "*** SYNCING PILLAR_ASSETS ***"
|
echo "*** SYNCING PILLAR_ASSETS ***"
|
||||||
|
Reference in New Issue
Block a user