From e584911baba2f1fa7fb192d781d162970575312c Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Fri, 15 Feb 2013 11:00:07 -0800 Subject: [PATCH] Added grunt package to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d8b0fad2..0b561dcf 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,10 @@ If you want Grunt to watch your source files and rebuild every time you change o The built files appear in the `build` folder. +If you want to build tar and zip files for distribution, use: + + grunt package + ## Testing Our tests are based on [QUnit](http://qunitjs.com/) and [PhantomJS](http://phantomjs.org/); they're both installed when you run `npm install`. At the moment we don't have much in the way of tests, but we're working to fix that. To run on the command line: