DSV Polopoly customizations. Loaded by every page on DSV's public web.
-
Install npm:
apt-get install npm -
Symlink node to nodejs:
ln -s /usr/bin/nodejs /usr/local/bin/node -
Install gulp globally:
npm -g install gulp -
Install the node modules in the package:
npm install -
Remember to run
gulpafter making changes, before checking in.