Remove Storage and Profile, Move folders, add EncryptedInsightStorage
This commit is contained in:
parent
de90f3eec2
commit
61b677498b
20 changed files with 374 additions and 1067 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue