Bare Bones child theme for GeneratePress that is SASS ready.
Clone repo to theme directory and run npm install
to download all of the packages
I've created a few SCSS files for your convenience to help organize any custom css for the website.
Add all javascript to the custom-scripts.js
file.
You can unregister any unwanted sidebars you do not need by uncommenting them out of the setup.php
file.
Here are some of the useful Gulp tasks already set up for you.
postcss
Compile all of the SCSS filescssminify
Compresses the style.css filesass-lint
SASS linterstyles
runspostcss
,cssminify
andsass-lint
watch
a watcher forstyles
compressjs
compiles and uglifies all of the js fileswatchjs
watcher forcompressjs