diff options
author | silverwind <me@silverwind.io> | 2017-03-25 10:56:03 +0100 |
---|---|---|
committer | silverwind <me@silverwind.io> | 2017-03-25 10:58:36 +0100 |
commit | 2a97a9a9c5213ea6fc2bbe830ff483fc7b60c247 (patch) | |
tree | 4cfa877db4aeae4a38c9d67c70bbe942cf953492 /.gitignore | |
parent | 4957e4d80c833bbfa915c0c20d3d79245221b6f6 (diff) | |
download | plyr-2a97a9a9c5213ea6fc2bbe830ff483fc7b60c247.tar.lz plyr-2a97a9a9c5213ea6fc2bbe830ff483fc7b60c247.tar.xz plyr-2a97a9a9c5213ea6fc2bbe830ff483fc7b60c247.zip |
Add blank.mp4 to dist files
For a complete "offline" experience, it's necessary to self-host the
file, so include it in the dist files for that purpose.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ node_modules aws.json docs/index.dev.html *.mp4 +!dist/blank.mp4 index-dev.html notes.txt *.vtt |