Skip to content

Gulp Boilerplate plugin for WordPress. Start using gulp in WordPress plugins and themes.

Notifications You must be signed in to change notification settings

techies23/WP-Plugin-Gulp-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp Boilerplate for WordPress. Start using gulp in WordPress plugins and themes.

References:

  1. https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md
  2. https://github.com/digamber89/gulp-boilerplate/blob/master/gulpfile.js

Few things this boilerplate will be Helpful

  1. CSS: Sass to CSS conversion, error catching, Autoprefixing, Sourcemaps, CSS minification
  2. JS: Concatenates & uglifies Vendor and Custom JS files
  3. Watches files for changes in CSS or JS
  4. Corrects the line endings

Getting Started

  1. Node JS installed ( node -v )
  2. Gulp installed ( npm -v )
  3. Download gulpfile.js, package.json and .gitignore; Put them in your WP theme root or plugin
  4. Run gulp in command or terminal

Changelog

Version 1.0.0

  • Initial Commit

License

Released under GNU GPLv2.0 or later license. Copyright Deepen Bajracharya

About

Gulp Boilerplate plugin for WordPress. Start using gulp in WordPress plugins and themes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published