Image Haddad WP
WordPress plugin for usage on https://www.haddad.hr site only
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/micemade/image-haddad-wp/archive/refs/heads/main.zipGulp Workflow for WPPB!
This is a simple workflow to help developing with the WordPress Plugin Boilerplate https://wppb.me/. This is nothing fancy.

Quick Note:
I currently only need CSS to be all juiced up. Moving on to JS will be coming shortly.
Installation
cd into/your/wppb/directory
git clone https://gitlab.com/alexanderwinstoncoleman/gulp-workflow-for-wordpress-plugin-boilerplate.git
npm install
First Run:
gulp startUp
This will create some src folders, then move the .css and .js into src and remove them from the initial folder:
public/css/src/
public/js/src/
admin/css/src/
admin/js/src/
How it is setup
The CSS files in the src folder above will be automagically compressed, prefixed, spit-shined, and placed in the parent directory.
Currently Available Tasks:
Only admin CSS
gulp adminCss
Only public CSS
gulp publicCss
Both public and admin CSS
gulp styles
As described above
gulp startUp
watch both public and admin CSS
gulp watchCSS
TODO:
On startUp: copy file from parent tosrcfolder, remove original file.- Get JS linting/transpiling working.
- Get a production zip built and which will removed all
srcfiles, and create a zip that can be dropped intowp-content/plugins/.