diff options
| author | jules <jules@okfoc.us> | 2015-02-23 14:06:50 -0500 |
|---|---|---|
| committer | jules <jules@okfoc.us> | 2015-02-23 14:06:50 -0500 |
| commit | 7e21f72384f24621ad060fecc49cff186167f523 (patch) | |
| tree | 76405a6fc6108eb0fd707777131c339b2bbbc50e | |
| parent | f7fe15700ae7403a37554e13a18ac7652ec0763a (diff) | |
add whammy to gruntfile
| -rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 333b2a4..bc14ba1 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -27,6 +27,7 @@ module.exports = function(grunt) { "js/vendor/jquery/jquery.min.js", "js/vendor/jquery-ui-1.10.3.custom.min.js", "js/vendor/canvasquery.js", + "js/vendor/whammy.js", "js/vendor/FileSaver/FileSaver.js", "js/vendor/dataUriToBlob.js", "js/util.js", |
