Skip to content
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.

Plugin File Structure

Ryan Hertz edited this page Apr 3, 2018 · 1 revision

Plugin File Structure

New plugin file/directory structure. This is a work in progress and code is ported over and updated.

/dist                :  Compiled/minified JS & CSS, optimized images, fonts
/spark               :  API classes
/src                 :  Source files for JS, SCSS, and images
/widgets             :  Widget code
.bowerrc             :  Bower config file
.gitignore           :  Gitignore file
bower.json           :  Bower packages file
flexmls_connect.php  :  Main plugin file
gulpfile.js          :  Gulp task file
index.php            :  Prevent directory browsing
LICENSE.txt          :  License
package.json         :  NPM package manager
README.txt           :  WP README file
screenshots-x.png    :  Screenshots for WP Plugin Repo
Clone this wiki locally