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/
22dist /
33doc /
44examples /static /watson-speech.js
5- examples /static /bower_components /
5+ examples /static /scripts /
66examples /node_modules /
77examples /static /webpack-bundle.js
Original file line number Diff line number Diff line change 99* -auth.json
1010.env
1111examples /static /webpack-bundle.js
12+ examples /static /scripts /
1213examples /node_modules /
1314dist /* .js
1415dist /* .map
15- examples /static /bower_components /
1616gh-pages /
1717.idea
Original file line number Diff line number Diff line change 66# build the static code with dev changes
77npm run build
88
9- # move static code to bower components for examples
9+ # move static code to destination folder for the examples
1010cp ./dist/watson-speech* ./examples/static/scripts/watson-speech/dist
You can’t perform that action at this time.
0 commit comments