Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

gumbo-millennium/wordpress-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Gumbo Millennium plugin

Build status Javascript code style: Standard PHP code style: PSR-2 Mozilla Public License v2

These are the plugins for the Gumbo Millennium website. It's recommended to deploy this plugin as a must-use plugin.

The stylesheets and scripts are built using Laravel's Mix.

License

The software is licensed under the Mozilla Public License v2.

Developing

To work on the plugin, run the following commands

composer install
yarn install

Lastly, to automatically build the Javascript and Sass files, run the following command:

yarn start

If you added, renamed or removed PHP files, make sure to update the Composer autoloader!

composer dump-autoload

Deployment

The files should be auto-deployed by the Continuous Integration, but if you want to build your own, you can!

make plugin.zip