Skip to content

Commit

Permalink
chore: removed dist directories from git
Browse files Browse the repository at this point in the history
  • Loading branch information
sampotts committed Jan 29, 2021
1 parent 3b5dc09 commit 028be22
Show file tree
Hide file tree
Showing 23 changed files with 2 additions and 79,359 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ node_modules
.DS_Store
credentials.json
*.mp4
!dist/blank.mp4
npm-debug.log
yarn-error.log
*.webm
.idea/
dist/
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ credentials.json
deploy.json
yarn.lock
package-lock.json
*.mp4
*.webm
*.mp4
!dist/blank.mp4
1 change: 0 additions & 1 deletion demo/dist/demo.css

This file was deleted.

Loading

3 comments on commit 028be22

@JustinWebDev
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was the dist folder removed? How do I get the compiled files to add to my website?

@sampotts
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was the dist folder removed? How do I get the compiled files to add to my website?

#2094 👍

@JustinWebDev
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sampotts I think there is a bug with the compiled plyr.svg. The controls icons don't display and if you try to browse to the SVG you get an error:
error on line 4 at column 34177: error parsing attribute name

It would also be great if you posted a link to the dist files in the readme. (How else would someone know?)

Please sign in to comment.