mirror of
https://github.com/videojs/video.js.git
synced 2025-01-02 06:32:07 +02:00
automatically create dist subdirectory
This commit is contained in:
parent
0e81c6b059
commit
1c18578466
5
build.sh
5
build.sh
@ -2,6 +2,9 @@
|
||||
# Combines Source Files. In terminal, sh build.sh
|
||||
# It will put a new video.js file under dist/
|
||||
|
||||
# Create dist directory if it doesn't already exist
|
||||
mkdir -p dist
|
||||
|
||||
# FILES=../src/*
|
||||
# for f in $FILES
|
||||
# do
|
||||
@ -38,4 +41,4 @@ cp flash/video-js.swf dist/video-js.swf
|
||||
|
||||
cp build/files/README.md dist/README.md
|
||||
cp build/files/demo.html dist/demo.html
|
||||
cp LGPLv3-LICENSE.txt dist/LGPLv3-LICENSE.txt
|
||||
cp LGPLv3-LICENSE.txt dist/LGPLv3-LICENSE.txt
|
||||
|
Loading…
Reference in New Issue
Block a user