Skip to content

Commit ddf0ef0

Browse files
authored
Merge pull request #12 from uicrooks/dev
v2.1.4
2 parents 510db96 + f2d8d09 commit ddf0ef0

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
lines changed

.config/plugins/shopify/theme.init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,6 @@ const initTheme = async () => {
108108
}
109109

110110
/**
111-
* inititalise theme
111+
* initialize theme
112112
*/
113113
initTheme()

.github/design/design.xd

6.86 KB
Binary file not shown.

.github/img/button-youtube-setup.svg

Lines changed: 1 addition & 0 deletions
Loading

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ Shopify Theme Lab is a customizable modular development environment for blazing-
2626
**TL;DR** Go to [Installing](#installing), then go to [Getting started](#getting-started). Now you're ready to start 🔥
2727
<!-- title / description (end) -->
2828

29+
<!-- button-youtube-setup (start) -->
30+
<p>
31+
<a href="https://youtu.be/b1CQC7RhmHA">
32+
<img src=".github/img/button-youtube-setup.svg" width="200px">
33+
</a>
34+
</p>
35+
<!-- button-youtube-setup (end) -->
36+
2937
<!-- toc (start) -->
3038
## Table of contents
3139

@@ -136,6 +144,7 @@ $ npm run open:dev # open store url in default browser
136144

137145
<!-- deploying (start) -->
138146
## Deploying
147+
> first, make sure the configuration for the `live` environment is initialized.
139148
140149
```shell
141150
$ npm run build # bundle js, css and other assets like images/fonts with webpack
@@ -227,7 +236,7 @@ $ rm src/tailwind.config.js # or delete manually
227236

228237
3. Inside [postcss.config.js](.config/postcss.config.js) remove `require('tailwindcss')(path.resolve(__dirname, '../src/tailwind.config.js'))`.
229238

230-
4. Remove all `@import "tailwindcss/..` imports from [main.css](src/css/main.css)
239+
4. Remove all `@import "tailwindcss/..";` imports from [main.css](src/css/main.css)
231240

232241
### Bulma
233242

@@ -329,7 +338,7 @@ $ rm -r src/vue # or delete manually
329338

330339
```js
331340
...
332-
const VueLoaderPlugin = require('vue-loader/lib/plugin') // remove VueLoaderPlugin
341+
const VueLoaderPlugin = require('vue-loader/lib/plugin') // remove VueLoaderPlugin require
333342
...
334343
```
335344

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "shopify-theme-lab",
33
"description": "Customizable modular development environment for blazing-fast Shopify theme creation",
44
"author": "Sergej Samsonenko <contact@sergej.codes>",
5-
"version": "2.1.3",
5+
"version": "2.1.4",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)