Skip to content
This repository has been archived by the owner on Jun 3, 2019. It is now read-only.

Commit

Permalink
1.2.1; Import themes even when you aren't doing a hard reset.
Browse files Browse the repository at this point in the history
  • Loading branch information
aubreypwd committed Nov 15, 2014
1 parent ba2b3ee commit bdf4b9f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ _________________________

# Changelog

## 1.2.1

- Now you can use the quick way to reset everything and it will still import your theme `.zip`s

## 1.2

- Merged in smartness from [grappler/theme-review/](https://github.com/grappler/theme-review/)
Expand Down
8 changes: 8 additions & 0 deletions vvv-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,14 @@ else
# Update Plugins
wp plugin update --all

# **
# Your themes
# **
for i in `ls ../*.zip`
do
wp theme install $i
done

fi

cd ..
Expand Down

0 comments on commit bdf4b9f

Please sign in to comment.