Mercurial > p > roundup > code
comparison 3rdparty/README.md @ 4854:c109f7c1e477
Add local copy of Bootstrap v2.2.2 (for packaging on Debian)
| author | Pradip Caulagi <caulagi@gmail.com> |
|---|---|
| date | Thu, 30 Jan 2014 14:50:57 +0530 |
| parents | |
| children | cf273c668906 |
comparison
equal
deleted
inserted
replaced
| 4853:f211f5da0d74 | 4854:c109f7c1e477 |
|---|---|
| 1 # 3rd party libraries for some of the trackers | |
| 2 | |
| 3 The files in theis directory are the sources for files that are used | |
| 4 by the trackers and optional functionality. It includes unminified | |
| 5 javascript and source files used to generate javscript and css. | |
| 6 | |
| 7 ## Bootstrap | |
| 8 | |
| 9 To build Boostrap, install [nodejs](http://nodejs.org/) and then do | |
| 10 the following - | |
| 11 | |
| 12 ``` | |
| 13 $ sudo npm install -g connect@2.1.3 hogan.js@2.0.0 jshint@0.9.1 recess@1.1.9 uglify-js@1.3.4 | |
| 14 ``` | |
| 15 | |
| 16 The files are now located in docs/assets |
