Tracks changes made to /wp-content
, excluding /wp-content/uploads
- Our customized theme OneMozilla-child is built as the child theme of the One Mozilla WordPress theme
- Please make sure all the theme changes are made in the OneMozilla-child folder, NOT OneMozilla.
- For more information, please read the documentaion on Wordpress - Child Theme
We use grunt and less to autogenerate a css file style.css
.
In your terminal
- Go to
themes/OneMozilla-child
- run
npm install
- run
grunt
Please add/remove/modify styling rules in the .less file themes/OneMozilla-child/less/style.less
, NOT style.css
directly.