add LocalStorage plugin

This commit is contained in:
Matias Alejo Garcia 2014-09-01 23:44:35 -03:00
commit b9881c1147
10 changed files with 101 additions and 16 deletions

View file

@ -44,7 +44,8 @@ module.exports = function(grunt) {
files: [
'js/models/**/*.js',
'plugins/*.js',
'copay.js'
'copay.js',
'utils/*.js'
],
tasks: ['shell:dev']
},