Skip to content

Commit c4d0f48

Browse files
committed
chore: Updated ignore patterns and removed additional mentions of bower components
1 parent 9aa333e commit c4d0f48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ node_modules/
22
dist/
33
doc/
44
examples/static/watson-speech.js
5-
examples/static/bower_components/
5+
examples/static/scripts/
66
examples/node_modules/
77
examples/static/webpack-bundle.js

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ doc/
99
*-auth.json
1010
.env
1111
examples/static/webpack-bundle.js
12+
examples/static/scripts/
1213
examples/node_modules/
1314
dist/*.js
1415
dist/*.map
15-
examples/static/bower_components/
1616
gh-pages/
1717
.idea

scripts/run-dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ cd ../
66
# build the static code with dev changes
77
npm run build
88

9-
# move static code to bower components for examples
9+
# move static code to destination folder for the examples
1010
cp ./dist/watson-speech* ./examples/static/scripts/watson-speech/dist

0 commit comments

Comments
 (0)