Blank2 Speed Up WordPress Development. Make More Money. Blank2 is a blank wordpress to start off with. It includes Gulp functions to handle JS, SASS, BrowserSync, and more. Gulp Functions Make sure to sent the environment variables in the gulpfile.js to match your environment. gulp Runs gulp sass, then gulp js, then finally gulp serve. Use to start up development. gulp sass Compiles the SASS from the sassFiles var, source maps it, and puts it in the sassDest folder; Adds the standard Wordpress Header Comment to the top of style.css with Theme Name, Version, Repo Link, etc pulled from the package.json file. Don't add the header comment to style.scss gulp js Pulls all the files from jsFiles, adds the source map, concats it down to theme.js and minifies it. Places output in jsDest folder. gulp watch Watches both watchSassFiles and watchJsFiles and runs gulp sass andβ¦
Cool. I'll definitely check that plugin out. I'd stumbled across it but didn't really dig in to it.
I've actually started working on your second point for myself:
Blank Wordpress Theme. Speed Up Development. Make Money.
Blank2
Speed Up WordPress Development. Make More Money.
Blank2 is a blank wordpress to start off with. It includes Gulp functions to handle JS, SASS, BrowserSync, and more.
Gulp Functions
Make sure to sent the environment variables in the
gulpfile.jsto match your environment.gulp
Runs
gulp sass, thengulp js, then finallygulp serve.Use to start up development.
gulp sass
Compiles the SASS from the
sassFilesvar, source maps it, and puts it in thesassDestfolder;Adds the standard Wordpress Header Comment to the top of
style.csswith Theme Name, Version, Repo Link, etc pulled from thepackage.jsonfile.gulp js
Pulls all the files from
jsFiles, adds the source map, concats it down totheme.jsand minifies it. Places output injsDestfolder.gulp watch
Watches both
watchSassFilesandwatchJsFilesand runsgulp sassandβ¦The more I learn about designing WordPress themes the more I add to that to kick start.