You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add cache-busting
* update/debug gulpfile
* re-organize build-process
* rename main.js to functions.js
* rename main.scss to bundler.scss
* remove vendor-dependencies from `functions-wppsetup.php` and `bundler.scss`
* add all vendor-dependencies to the gulpfile to have them organized in one place
* remove bower, use npm for frontend-modules/vendors
* add unification to function-names cleanup functions
* fix minor bugs and cleanup code
* rearrange defaults in vars.scss
* remove editor-hiding in elements-template (we can hide it within ACF now)
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<imgsrc="/assets/images/wpseed.png"width="518"/>
2
2
3
-
**Version 1.1.5** (06.02.2018)
3
+
**Version 1.2.0** (18.02.2018)
4
4
5
5
## What is WPSeed?
6
6
WPSeed is a WordPress starter theme following the intention of being able to skip the time-consuming first steps when creating a new theme.
@@ -26,6 +26,7 @@ WPSeed uses npm to manage development-modules aswell as frontend-modules and [gu
26
26
* in the theme directory run `npm install && gulp`
27
27
* add your domain/ip to `browsersync_proxy` in `gulpfile.js`
28
28
* you can now use gulp (run `gulp watch` in your theme directory) to compile and optimize your asset files and run browsersync
29
+
* you can use any TLD for local development. WPSeed assumes you're using `.vm` for "virtual machine". If you want to use a different TLD make sure to change `.vm` to your preffered TLD in `Vagrantfile`, `gulpfile.js` and `functions-wpsetup.php`.
29
30
30
31
#### Deployment
31
32
* when deploying your website using a deployment-environment like [deploybot](https://deploybot.com/) or [deployHQ](https://www.deployhq.com/) run
@@ -37,6 +38,7 @@ WPSeed uses npm to manage development-modules aswell as frontend-modules and [gu
37
38
38
39
### General
39
40
* All important files provide a description/version at the top. Make sure to read it first.
41
+
* Since Version 1.2.0 WPSeed creates cache-busting using [gulp-rev](https://www.npmjs.com/package/gulp-rev). If you're working locally (using the `.vm` TLD) the non-busted stylesheet (style.min.css) is enqueued, to make sure browsersync runs as expected.
0 commit comments