Skip to content

Instantly share code, notes, and snippets.

@sandcastle
Created February 26, 2014 23:23
Show Gist options
  • Save sandcastle/9240961 to your computer and use it in GitHub Desktop.
Save sandcastle/9240961 to your computer and use it in GitHub Desktop.
Script to be able to build source on Ubuntu 12.04
sudo apt-get install git
sudo apt-get install npm
npm install -g bower
npm install
bower install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment