Merge pull request #184 from Bitcoin-com/wallet/task/392

Improvement 392 - Show debug messages in Chrome console
This commit is contained in:
Jean-Baptiste Dominguez 2018-07-03 11:34:09 +09:00 committed by GitHub
commit 0daf6d60d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View file

@ -164,6 +164,7 @@ module.exports = function(grunt) {
src: [
'src/js/app.js',
'src/js/routes.js',
'src/js/decorators/*.js',
'src/js/directives/*.js',
'!src/js/directives/*.spec.js',