~jonas-drange/online-services-common-js/navbar-autocomplete

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Stephen Stewart
  • Date: 2014-02-22 23:57:25 UTC
  • mfrom: (18.1.2 trunk)
  • Revision ID: stephen.stewart@canonical.com-20140222235725-iw6f15t9umws19xd
mergeĀ lp:~stephen-stewart/online-services-common-js/remove-u1

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Ubuntu Common YUI Module Library
3
3
==========================================
4
4
 
5
 
Globals deps
 
5
 
 
6
Install nodejs
 
7
 
 
8
'''
 
9
sudo apt-get update
 
10
sudo apt-get install -y python-software-properties python g++ make
 
11
sudo add-apt-repository ppa:chris-lea/node.js
 
12
sudo apt-get update
 
13
sudo apt-get install nodejs
 
14
'''
 
15
 
 
16
Install global npm deps
6
17
'''
7
18
npm install -g grunt-cli bower grover shifter yeti
8
19
npm install
9
20
'''
10
21
 
11
22
 
12
 
Grunt tasks
 
23
Available Grunt tasks
13
24
'''
14
25
grunt build
15
26
grunt test