You've already forked Openterface_assets
mirror of
https://github.com/TechxArtisanStudio/Openterface_assets.git
synced 2025-06-10 16:33:42 -07:00
fix: add missing CNAME file copy in build script
This commit is contained in:
1
build.sh
1
build.sh
@@ -5,6 +5,7 @@ echo "Creating necessary directories..."
|
|||||||
mkdir -p dist/css
|
mkdir -p dist/css
|
||||||
mkdir -p dist/js
|
mkdir -p dist/js
|
||||||
mkdir -p dist/images
|
mkdir -p dist/images
|
||||||
|
cp src/CNAME dist/CNAME
|
||||||
|
|
||||||
# Copy all images to dist/images while preserving folder structure
|
# Copy all images to dist/images while preserving folder structure
|
||||||
echo "Copying images to dist/images..."
|
echo "Copying images to dist/images..."
|
||||||
|
Reference in New Issue
Block a user