theme-juice 0.10.1 → 0.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/theme-juice/man/tj +8 -8
- data/lib/theme-juice/man/tj.txt +8 -8
- data/lib/theme-juice/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a0d993262adc05d0a2008c1f43368a3d7a01ffa
|
|
4
|
+
data.tar.gz: 63be1b2d5c63d222ebb9fb12d3c73e8e708987d5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2998fb12edbe62f7a5390dbb751e46a23c59bd4b322984845d8cfbe2a33ab763c91e4e1542dd75f0060da169ed0df80bdb37d3e3ec3ed6ac31e06ae7ae67412b
|
|
7
|
+
data.tar.gz: 71d98085afc8bba83450f48c7c50b275b506fd93c99ebc377d6eaaec17bab476bd47bae171f5140716f2dd78de6dabc0043bb726a7fd19f769bb091aa7057978
|
data/lib/theme-juice/man/tj
CHANGED
|
@@ -147,35 +147,35 @@ Collection of various command block sequences
|
|
|
147
147
|
.
|
|
148
148
|
.TP
|
|
149
149
|
\fBcommands\.install\fR
|
|
150
|
-
|
|
150
|
+
Command sequence used to properly install and build project
|
|
151
151
|
.
|
|
152
152
|
.TP
|
|
153
153
|
\fBcommands\.watch\fR
|
|
154
|
-
|
|
154
|
+
Command used to manage development build tools
|
|
155
155
|
.
|
|
156
156
|
.TP
|
|
157
157
|
\fBcommands\.assets\fR
|
|
158
|
-
|
|
158
|
+
Command used to manage front\-end dependencies
|
|
159
159
|
.
|
|
160
160
|
.TP
|
|
161
161
|
\fBcommands\.vendor\fR
|
|
162
|
-
|
|
162
|
+
Command used to manage back\-end dependencies
|
|
163
163
|
.
|
|
164
164
|
.TP
|
|
165
165
|
\fBcommands\.wp\fR
|
|
166
|
-
|
|
166
|
+
Command used to manage WordPress installation
|
|
167
167
|
.
|
|
168
168
|
.TP
|
|
169
169
|
\fBcommands\.dist\fR
|
|
170
|
-
|
|
170
|
+
Commands used to package project for distribution
|
|
171
171
|
.
|
|
172
172
|
.TP
|
|
173
173
|
\fBcommands\.backup\fR
|
|
174
|
-
|
|
174
|
+
Commands used to backup project
|
|
175
175
|
.
|
|
176
176
|
.TP
|
|
177
177
|
\fBcommands\.test\fR
|
|
178
|
-
|
|
178
|
+
Command used to manage and run project tests
|
|
179
179
|
.
|
|
180
180
|
.TP
|
|
181
181
|
\fBdeployment\fR
|
data/lib/theme-juice/man/tj.txt
CHANGED
|
@@ -125,28 +125,28 @@ CONFIG FILE
|
|
|
125
125
|
Collection of various command block sequences
|
|
126
126
|
|
|
127
127
|
commands.install
|
|
128
|
-
|
|
128
|
+
Command sequence used to properly install and build project
|
|
129
129
|
|
|
130
130
|
commands.watch
|
|
131
|
-
|
|
131
|
+
Command used to manage development build tools
|
|
132
132
|
|
|
133
133
|
commands.assets
|
|
134
|
-
|
|
134
|
+
Command used to manage front-end dependencies
|
|
135
135
|
|
|
136
136
|
commands.vendor
|
|
137
|
-
|
|
137
|
+
Command used to manage back-end dependencies
|
|
138
138
|
|
|
139
139
|
commands.wp
|
|
140
|
-
|
|
140
|
+
Command used to manage WordPress installation
|
|
141
141
|
|
|
142
142
|
commands.dist
|
|
143
|
-
|
|
143
|
+
Commands used to package project for distribution
|
|
144
144
|
|
|
145
145
|
commands.backup
|
|
146
|
-
|
|
146
|
+
Commands used to backup project
|
|
147
147
|
|
|
148
148
|
commands.test
|
|
149
|
-
|
|
149
|
+
Command used to manage and run project tests
|
|
150
150
|
|
|
151
151
|
deployment
|
|
152
152
|
Coming soon
|
data/lib/theme-juice/version.rb
CHANGED