Updated gruntfile.

This commit is contained in:
Alan Kligman 2013-05-30 21:44:32 -04:00
parent 4f5ff333fb
commit 63980ad1d2
2 changed files with 1396 additions and 1594 deletions

2988
dist/idbfs.js vendored

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,7 @@ module.exports = function(grunt) {
},
baseUrl: "lib",
name: "build/almond",
include: ["src/fs"],
include: ["src/file-system"],
out: "dist/idbfs.js",
optimize: "none",
wrap: {