WP Seed with SASS support
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Download Wordpress and install to project folder (MAMP, XAMPP etc.)
- Navigate to the wordpress root folder and clone this repo
git clone https://github.com/Maaggel/WP-Seed.git
- Rename the new folder "WP-Seed" to "src"
- Navigate to the "src" folder - You're now ready to develop
This setup utilize gulp tasks to compress the content, and move it to the correct locations. To install and run this, please run
npm-install
To run a development enviroment, please start the Gulp watch tash
gulp watch
This project supports SASS. If a SASS is used in the plugins or templates folder, they will be compressed and converted to CSS.
To build this, simply gulp the content
gulp
This will run the same as gulp watch, so if you've just watched, you won't have to gulp again
To deploy this, please install Wordpress on the desired server. After this, you can upload the /wp-content/plugins and /wp-content/templates from the local Wordpress folder, to your server.
- Initial work: Maaggel