remove unnecessary dependencies - ignore fonts folder

This commit is contained in:
Javier 2016-05-13 17:13:05 -03:00
parent efa36915e1
commit b9c9d9968f
4 changed files with 4 additions and 13 deletions

3
.gitignore vendored
View File

@ -24,7 +24,8 @@ webkitbuilds/*
!webkitbuilds/build-osx.sh
!webkitbuilds/Background.png
#fonts
public/fonts
# chrome extensions
browser-extensions/chrome/copay-chrome-extension

View File

@ -93,10 +93,6 @@ module.exports = function(grunt) {
'bower_components/angular/angular.js',
'bower_components/angular-ui-router/release/angular-ui-router.js',
'bower_components/angular-foundation/mm-foundation-tpls.js',
'bower_components/angular-touch/angular-touch.js',
'bower_components/fastclick/lib/fastclick.js',
'bower_components/stateful-fastclick/dist/stateful-fastclick.js',
'bower_components/angular-stateful-fastclick/lib/angular-stateful-fastclick.js',
'bower_components/angular-moment/angular-moment.js',
'bower_components/ng-lodash/build/ng-lodash.js',
'bower_components/angular-qrcode/angular-qrcode.js',

View File

@ -23,16 +23,11 @@
"ng-lodash": "0.2.3",
"qrcode-decoder-js": "*",
"trezor-connect": "~1.0.1",
"ng-csv": "~0.3.6",
"angular-touch": "^1.5.5",
"fastclick": "^1.0.6",
"stateful-fastclick": "^1.0.2",
"angular-stateful-fastclick": "^1.0.2"
"ng-csv": "~0.3.6"
},
"resolutions": {
"angular": "1.4.6",
"qrcode-generator": "0.1.0",
"angular-ui-router": "0.2.18",
"fastclick": "1.0.6"
"angular-ui-router": "0.2.18"
}
}

View File

@ -11,7 +11,6 @@ var modules = [
'uiSwitch',
'ngSanitize',
'ngCsv',
'ngTouch',
'bwcModule',
'copayApp.filters',
'copayApp.services',