change name to Encrypted

This commit is contained in:
Matias Alejo Garcia 2014-09-01 15:40:31 -03:00
commit 2849f773e2
8 changed files with 66 additions and 49 deletions

View file

@ -42,7 +42,8 @@ module.exports = function(grunt) {
},
scripts: {
files: [
'js/models/**/*.js'
'js/models/**/*.js',
'plugins/*.js',
],
tasks: ['shell:dev']
},
@ -129,7 +130,7 @@ module.exports = function(grunt) {
'js/controllers/*.js',
'js/translations.js',
'js/mobile.js', // PLACEHOLDER: CORDOVA SRIPT
'js/init.js'
'js/init.js',
],
dest: 'js/copayMain.js'
}