update,
This commit is contained in:
11
amicho/ddmseoul/demo/wordpress-clone/pack_theme.sh
Normal file
11
amicho/ddmseoul/demo/wordpress-clone/pack_theme.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
DIST=$PWD/dist
|
||||
|
||||
mkdir -p $DIST
|
||||
rm -rf $DIST/ddmseoul_theme.zip
|
||||
|
||||
pushd src/wp-content/themes/twentytwentyone-ddmseoul
|
||||
rm -rf ./node_modules
|
||||
zip -r $DIST/ddmseoul_theme.zip .
|
||||
popd
|
Reference in New Issue
Block a user