Skip to content

Commit

Permalink
Fix bundle file structure,
Browse files Browse the repository at this point in the history
Bump version,
  • Loading branch information
Patrick Henninger committed May 18, 2021
1 parent 8e0821d commit 747b811
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion bundle.sh
Expand Up @@ -10,4 +10,22 @@ rm -rf ./dist
gulp dist

# Bundle
cd dist && zip -r skycraft.zip ./ -x ./node_modules ./node_modules/**\* ./src ./src/**\* ./.browserslistrc ./.editorconfig ./.gitignore ./.travis.yml ./bundle.sh ./codesniffer.ruleset.xml ./composer.json ./composer.lock ./gulpconfig.json ./gulpfile.js ./package-lock.json ./package.json
mv dist/ skycraft/
rm -R ./skycraft/node_modules
rm -R ./skycraft/src
rm ./skycraft/.browserslistrc
rm ./skycraft/.editorconfig
rm ./skycraft/.gitignore
rm ./skycraft/.travis.yml
rm ./skycraft/bundle.sh
rm ./skycraft/codesniffer.ruleset.xml
rm ./skycraft/composer.json
rm ./skycraft/composer.lock
rm ./skycraft/gulpconfig.json
rm ./skycraft/gulpfile.js
rm ./skycraft/package-lock.json
rm ./skycraft/package.json
zip -r skycraft.zip ./skycraft

# Cleanup
rm -R skycraft/
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -5,7 +5,7 @@ Details URI: https://skyraptor.eu/skycraft
Author: Patrick Henninger
Author URI: https://skyraptor.eu
Description: SkyCraft WordPress Theme for Minecraft oriented WordPress sites including Server status.
Version: 3.1.6
Version: 3.1.7
License: GNU General Public License v2.0, SkyCraft WordPress Theme, Copyright 2017-2021 Patrick Henninger
Text Domain: skycraft
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
Expand Down

0 comments on commit 747b811

Please sign in to comment.