upgraded handlebars and removed the need for local copy of handlebars.

This commit is contained in:
Ayush Gupta
2012-11-05 08:48:03 +05:30
parent f435ffaa27
commit b05f6f9cb5
167 changed files with 1924 additions and 40695 deletions

View File

@@ -19,7 +19,7 @@ unpack and start using it. If you like swagger-ui as-is, stop here.
You can rebuild swagger-ui on your own to tweak it or just so you can say you did. To do so, follow these steps:
1. Install [CoffeeScript](http://coffeescript.org/#installation) which will give you [cake](http://coffeescript.org/#cake)
2. Install [handlebars](http://handlebarsjs.com/) using 'npm install handlebars@1.0.5beta -g'
2. Install [handlebars](http://handlebarsjs.com/) using 'npm install handlebars -g'
3. Run cake dist
4. You should see the distribution under the dist folder. Open ./dist/index.html to launch Swagger UI in a browser