For those working on Betterrev there's been more Javascript build updates

Martijn Verburg martijnverburg at gmail.com
Sat Mar 14 09:18:29 UTC 2015


Hi all,

I've managed to fix a whole group of small issues.  In order to build the
front end you should now:

install npm

then:

sudo npm install -g npm    // Upgrades global npm
sudo npm install -g bower // Installs global bower
sudo npm install -g gulp    // Installs global gulp

cd $PROJECT_ROOT/src/main/angularjsapp

sudo rm -rf bower_components
sudo rm -rf node_modules

// If you are on a Mac, you'll need to run the next command as sudo
npm install     // Installs dependencies for the build


bower install  // installs dependencies for app

gulp clean     // One off clean, you won't have to do this again

gulp               // Run the front end app

Cheers,
Martijn


More information about the adoption-discuss mailing list