burn in hell fake storage
This commit is contained in:
parent
5886af5420
commit
8bc1eb15e4
11 changed files with 34 additions and 185 deletions
|
|
@ -45,8 +45,6 @@ module.exports = function(grunt) {
|
|||
'js/models/**/*.js',
|
||||
'js/models/*.js',
|
||||
'plugins/*.js',
|
||||
'copay.js',
|
||||
'utils/*.js'
|
||||
],
|
||||
tasks: ['shell:dev']
|
||||
},
|
||||
|
|
@ -181,7 +179,7 @@ module.exports = function(grunt) {
|
|||
},
|
||||
jsdoc: {
|
||||
dist : {
|
||||
src: ['js/models/core/*.js'],
|
||||
src: ['js/models/core/*.js', 'js/models/*.js', 'plugins/*.js'],
|
||||
options: {
|
||||
destination: 'doc',
|
||||
configure: 'jsdoc.conf.json',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue