Remove Storage and Profile, Move folders, add EncryptedInsightStorage

This commit is contained in:
Esteban Ordano 2014-10-24 12:24:44 -03:00
commit 61b677498b
20 changed files with 374 additions and 1067 deletions

View file

@ -56,7 +56,7 @@ module.exports = function(grunt) {
files: [
'js/models/*.js',
'js/util/*.js',
'plugins/*.js',
'js/plugins/*.js',
'js/*.js',
'!js/copayBundle.js',
'!js/copayMain.js'
@ -202,7 +202,7 @@ module.exports = function(grunt) {
},
jsdoc: {
dist: {
src: ['js/models/*.js', 'plugins/*.js'],
src: ['js/models/*.js', 'js/plugins/*.js'],
options: {
destination: 'doc',
configure: 'jsdoc.conf.json',