Update build instructions with grunt and uglifyjs details

This commit is contained in:
MoyuScript 2014-12-24 17:24:07 +02:00
parent e1936be4d4
commit d706f8874a

View File

@ -52,6 +52,10 @@ Clone git repository with submodules:
$ git clone --recursive git://github.com/niklasvh/html2canvas.git $ 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): Run the full build process (including lint, qunit and webdriver tests):
$ grunt $ grunt