Skip to content

Commit d7d8c19

Browse files
committed
Added installation of npm, gulp and grunt by default
1 parent fa8fa27 commit d7d8c19

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

scripts/provision/configure_environment.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,12 @@ if [[ ${use_nfs_for_synced_folders} -eq 0 ]]; then
4949
chmod -R 755 /var/www
5050
fi
5151

52+
status "Installing js build tools"
53+
{
54+
apt-get install -y nodejs npm
55+
ln -s /usr/bin/nodejs /usr/bin/node
56+
npm install -g grunt-cli
57+
npm install gulp -g
58+
} 2> >(logError) > >(log)
59+
5260
decrementNestingLevel

0 commit comments

Comments
 (0)