Skip to content

Commit

Permalink
chore(*): remove unused docs/bower_components mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Mar 22, 2017
1 parent 233f47b commit 60644d5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
bower_components/**
build/**
docs/bower_components/**
docs/app/assets/js/angular-bootstrap/**
docs/config/templates/**
node_modules/**
Expand Down
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ cache:
directories:
- node_modules
- bower_components
- docs/bower_components

branches:
except:
Expand Down Expand Up @@ -41,7 +40,7 @@ before_install:
- export PATH=$HOME/.yarn/bin:$PATH

before_script:
- du -sh ./node_modules ./bower_components/ ./docs/bower_components/ || true
- du -sh ./node_modules ./bower_components/ || true
- ./scripts/travis/before_build.sh

script:
Expand Down
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ module.exports = function(grunt) {
'test/**/*.js',
'i18n/**/*.js',
'!docs/app/assets/js/angular-bootstrap/**',
'!docs/bower_components/**',
'!docs/config/templates/**',
'!src/angular.bind.js',
'!i18n/closure/**',
Expand Down

0 comments on commit 60644d5

Please sign in to comment.