Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 60644d5

Browse files
committed
chore(*): remove unused docs/bower_components mentions
1 parent 233f47b commit 60644d5

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
bower_components/**
22
build/**
3-
docs/bower_components/**
43
docs/app/assets/js/angular-bootstrap/**
54
docs/config/templates/**
65
node_modules/**

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ cache:
77
directories:
88
- node_modules
99
- bower_components
10-
- docs/bower_components
1110

1211
branches:
1312
except:
@@ -41,7 +40,7 @@ before_install:
4140
- export PATH=$HOME/.yarn/bin:$PATH
4241

4342
before_script:
44-
- du -sh ./node_modules ./bower_components/ ./docs/bower_components/ || true
43+
- du -sh ./node_modules ./bower_components/ || true
4544
- ./scripts/travis/before_build.sh
4645

4746
script:

Gruntfile.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ module.exports = function(grunt) {
172172
'test/**/*.js',
173173
'i18n/**/*.js',
174174
'!docs/app/assets/js/angular-bootstrap/**',
175-
'!docs/bower_components/**',
176175
'!docs/config/templates/**',
177176
'!src/angular.bind.js',
178177
'!i18n/closure/**',

0 commit comments

Comments
 (0)