Update build instructions with grunt and uglifyjs details

This commit is contained in:
Niklas von Hertzen 2014-12-24 17:24:07 +02:00
parent f5e318d968
commit 60368d4670
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@ Clone git repository with submodules:
$ git clone --recursive git://github.com/niklasvh/html2canvas.git
Install Grunt and uglifyjs:
$ npm install -g grunt-cli uglify-js
Run the full build process (including lint, qunit and webdriver tests):
$ grunt