File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ node_modules/
2
2
dist /
3
3
doc /
4
4
examples /static /watson-speech.js
5
- examples /static /bower_components /
5
+ examples /static /scripts /
6
6
examples /node_modules /
7
7
examples /static /webpack-bundle.js
Original file line number Diff line number Diff line change 9
9
* -auth.json
10
10
.env
11
11
examples /static /webpack-bundle.js
12
+ examples /static /scripts /
12
13
examples /node_modules /
13
14
dist /* .js
14
15
dist /* .map
15
- examples /static /bower_components /
16
16
gh-pages /
17
17
.idea
Original file line number Diff line number Diff line change 6
6
# build the static code with dev changes
7
7
npm run build
8
8
9
- # move static code to bower components for examples
9
+ # move static code to destination folder for the examples
10
10
cp ./dist/watson-speech* ./examples/static/scripts/watson-speech/dist
You can’t perform that action at this time.
0 commit comments