Gulp Boilerplate for WordPress. Start using gulp in WordPress plugins and themes.
- https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md
- https://github.com/digamber89/gulp-boilerplate/blob/master/gulpfile.js
- CSS: Sass to CSS conversion, error catching, Autoprefixing, Sourcemaps, CSS minification
- JS: Concatenates & uglifies Vendor and Custom JS files
- Watches files for changes in CSS or JS
- Corrects the line endings
- Node JS installed ( node -v )
- Gulp installed ( npm -v )
- Download gulpfile.js, package.json and .gitignore; Put them in your WP theme root or plugin
- Run gulp in command or terminal
- Initial Commit
Released under GNU GPLv2.0 or later license. Copyright Deepen Bajracharya