Move files to /model
This commit is contained in:
parent
994654e043
commit
06c83a8aba
24 changed files with 133 additions and 130 deletions
|
|
@ -28,7 +28,7 @@ module.exports = function(grunt) {
|
|||
tagName: 'v<%= version %>',
|
||||
commitMessage: 'New release v<%= version %>',
|
||||
tagMessage: 'Version <%= version %>',
|
||||
github: {
|
||||
github: {
|
||||
repo: 'bitpay/copay',
|
||||
usernameVar: 'GITHUB_USERNAME', //ENVIRONMENT VARIABLE that contains Github username
|
||||
passwordVar: 'GITHUB_PASSWORD' //ENVIRONMENT VARIABLE that contains Github password
|
||||
|
|
@ -201,8 +201,8 @@ module.exports = function(grunt) {
|
|||
},
|
||||
},
|
||||
jsdoc: {
|
||||
dist : {
|
||||
src: ['js/models/core/*.js', 'js/models/*.js', 'plugins/*.js'],
|
||||
dist: {
|
||||
src: ['js/models/*.js', 'plugins/*.js'],
|
||||
options: {
|
||||
destination: 'doc',
|
||||
configure: 'jsdoc.conf.json',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue