From d706f8874a061759f8b9336366766ab611776549 Mon Sep 17 00:00:00 2001 From: MoyuScript Date: Wed, 24 Dec 2014 17:24:07 +0200 Subject: [PATCH] Update build instructions with grunt and uglifyjs details --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 25067da..a88ca4a 100644 --- a/readme.md +++ b/readme.md @@ -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