WPGulp
WPGulp copied to clipboard
An advanced Gulp workflow for WordPress development with extensive documentation. Used by 40,000+ themes and plugins.
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
I follow your instruction, but unfortunately i got an errror says `Requiring external module @babel/register` I use laragon for dev server
**Is your feature request related to a problem? Please describe.** Since WP introduced the block editor, there is now a need to carry frontend styles into the admin. However, since...
### Bug Report ### Expected Behavior Update existing workflow. (Write what you thought would happen.) ### Actual Behavior After run npx install-wpgulp I got this: GotError [HTTPError]: Response code 404...
I placed bootstrap.js and popper.js into vendor folder. And enqueued vendor.min.js. But it shows `Uncaught TypeError: $ is not a function at vendor.min.js` error in console.
I love the ease of use of WPGulp. But the assumptions about typical usage seem to be a bit outdated now. A single monolithic CSS and single JS file aren't...
thanks for this great tool. my files are locates in the root/assets folder where I have a folder called fonts (root/assets/fonts) In my sass file, I am loading the font...
## Bug Report ### Expected Behavior Visiting `localhost:3000` should load the BrowserSync-ed version of the website. ### Actual Behavior Visiting localhost:3000 gives you an ERR_CONNECTION_CLOSED. Visiting the **External Url** works...
### **My wpgulp.config.js file** ``` /** * WPGulp Configuration File * * 1. Edit the variables as per your project requirements. * 2. In paths you can add . *...
Hello all, is it possible to prevent admin pages from auto-reloading?