Skip to content
This repository was archived by the owner on Nov 10, 2021. It is now read-only.

Commit

Permalink
Add idb to gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mayfield committed Sep 26, 2019
1 parent 75248fd commit 420c27a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ module.exports = function(grunt) {
app_deps: {
src: [
"../node_modules/ifrpc/src/ifrpc.js",
"client.js"
"client.js",
"idb.js",
].map(x => add_prefix('src', x)),
dest: `${dist}/forsta-messenger-client.js`
}
Expand Down

0 comments on commit 420c27a

Please sign in to comment.