Skip to content

Commit

Permalink
Test and development enhancements (#18)
Browse files Browse the repository at this point in the history
* Use rollup-plugin-serve
* Add index for examples folder
* Remove dist folder
* Ignore dist folder
  • Loading branch information
Mark Kennedy committed Aug 21, 2019
1 parent 9290adb commit ec1dac6
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 585 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
*.log
node_modules
.rpt2_cache
dist
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,12 @@ customElements.define('custom-youtube-element', CustomYoutubeElement);
## Examples
More code samples can be viewed in the [examples](/examples) folder.
Code samples can be found in the [examples](examples) folder. To run them, pull down this project
and
```bash
npm start
```
## Development
Expand Down
42 changes: 0 additions & 42 deletions dist/youtube-video.d.ts

This file was deleted.

Loading

0 comments on commit ec1dac6

Please sign in to comment.