https://github.com/10quality/gulp-wpmvc
Gulp package for Wordpress MVC development.
https://github.com/10quality/gulp-wpmvc
Last synced: 5 months ago
JSON representation
Gulp package for Wordpress MVC development.
- Host: GitHub
- URL: https://github.com/10quality/gulp-wpmvc
- Owner: 10quality
- License: mit
- Created: 2016-10-07T21:10:06.000Z (over 9 years ago)
- Default Branch: v1.0
- Last Pushed: 2022-03-31T01:42:54.000Z (about 4 years ago)
- Last Synced: 2025-08-09T07:36:05.319Z (10 months ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gulp-wpmvc
Predefined gulp tasks for [WordPress MVC](https://www.wordpress-mvc.com/) (WPMVC).
## Requirements
* node >= v0.12.0 <= 13
* npm >= v2.3.0
## Webpack
The package will detect if the project has a [Webpack](https://webpack.js.org/) configuration (file `webpack.config.js` at the root folder), if so, it will add the task `webpack` and will include it in the build process.
## Troubleshooting
If experiencing issues with sass and other modules, use [nvm](https://github.com/creationix/nvm) or [nvm for Windows](https://github.com/coreybutler/nvm-windows) to downgrade your version of **NodeJS**.
## License
MIT license.
(c) 2020 [10 Quality](https://www.10quality.com/).