You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added [Bower](https://bower.io/) to (optionally) load third-party scripts
79
82
* Drastically refactored configuration management
80
83
* Split out settings pages, shortcodes, CPT & widgets into separate files/classes (thanks [obstschale](https://github.com/obstschale/wordpress-base-plugin))
varlineec=require('gulp-line-ending-corrector');// Consistent Line Endings for non UNIX systems. Gulp Plugin for Line Ending Corrector (A utility that makes sure your files have consistent line endings)
101
111
varfilter=require('gulp-filter');// Enables you to work on a subset of the original files by filtering them using globbing.
102
112
varsourcemaps=require('gulp-sourcemaps');// Maps code in a compressed file (E.g. style.css) back to it’s original position in a source file (E.g. structure.scss, which was later combined with other css files to generate style.css)
103
-
varnotify=require('gulp-notify');// Sends message notification to you
0 commit comments