11<img src =" /assets/images/wpseed.png " width =" 518 " />
22
3- ** Version 1.1.5** (02 .02.2018)
3+ ** Version 1.1.5** (06 .02.2018)
44
55## What is WPSeed?
66WPSeed is a WordPress starter theme following the intention of being able to skip the time-consuming first steps when creating a new theme.
@@ -29,8 +29,9 @@ WPSeed uses npm to manage development-modules aswell as frontend-modules and [gu
2929
3030#### Deployment
3131* when deploying your website using a deployment-environment like [ deploybot] ( https://deploybot.com/ ) or [ deployHQ] ( https://www.deployhq.com/ ) run
32+ * ` npm install ` to install the frontend-modules/vendors on the deployment-docker (` --no-spin ` helps to keep the logfile clean)
3233 * ` gulp ` to compile assets
33- * ` npm install --production ` to install the frontend-modules/vendors on the staging
34+ * Note: the ` npm_modules ` folder is not needed on the webserver itself. Vendors from npm_modules are compiled into ` style.min.css ` and ` script.min.js ` .
3435
3536## Usage
3637
@@ -49,14 +50,14 @@ WPSeed uses npm to manage development-modules aswell as frontend-modules and [gu
4950##### CSS
5051* ` assets/styles/content.scss ` (content related styles)
5152* ` assets/styles/general.scss ` (re-usable classes and settings)
52- * ` assets/styles/main .scss ` (gathers all .scss files for compiling with gulp)
53+ * ` assets/styles/bundle .scss ` (gathers all .scss files for compiling with gulp)
5354* ` assets/styles/nav.scss ` (navigation)
5455* ` assets/styles/essentials.scss ` (required SASS functions and all presets for responsive, ** this file is not meant to be changed** )
5556* ` assets/styles/vars.scss ` (manages scaling, all colors, fonts and other presets)
5657
5758##### Javascript
5859* ` assets/scrips/essentials.js ` (re-usable essential javascript/jQuery functions/variables)
59- * ` assets/scrips/main .js ` (javascript/jQuery)
60+ * ` assets/scrips/functions .js ` (javascript/jQuery)
6061
6162
6263##### Templates
0 commit comments