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

Commit bdf4b9f

Browse files
committed
1.2.1; Import themes even when you aren't doing a hard reset.
1 parent ba2b3ee commit bdf4b9f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ _________________________
5151

5252
# Changelog
5353

54+
## 1.2.1
55+
56+
- Now you can use the quick way to reset everything and it will still import your theme `.zip`s
57+
5458
## 1.2
5559

5660
- Merged in smartness from [grappler/theme-review/](https://github.com/grappler/theme-review/)

vvv-init.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,14 @@ else
9696
# Update Plugins
9797
wp plugin update --all
9898

99+
# **
100+
# Your themes
101+
# **
102+
for i in `ls ../*.zip`
103+
do
104+
wp theme install $i
105+
done
106+
99107
fi
100108

101109
cd ..

0 commit comments

Comments
 (0)