add LocalStorage plugin
This commit is contained in:
parent
c0360e7beb
commit
b9881c1147
10 changed files with 101 additions and 16 deletions
|
|
@ -44,7 +44,8 @@ module.exports = function(grunt) {
|
|||
files: [
|
||||
'js/models/**/*.js',
|
||||
'plugins/*.js',
|
||||
'copay.js'
|
||||
'copay.js',
|
||||
'utils/*.js'
|
||||
],
|
||||
tasks: ['shell:dev']
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue