Skip to content

Commit

Permalink
Bumped version and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarne3 committed Feb 22, 2024
1 parent 3f9e6c6 commit 7bcf465
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ Note that compiled, minified css and js files are included within the repo. Cha
To enable BrowserSync, set `sync` to `true` and assign `syncTarget` the base URL of a site on your local WordPress instance that will use this theme, such as `http://localhost/wordpress/my-site/`. Your `syncTarget` value will vary depending on your local host setup.

The full list of modifiable config values can be viewed in `gulpfile.js` (see `config` variable).
3. Run `gulp default` to process front-end assets.
4. If you haven't already done so, create a new WordPress site on your development environment, and [install and activate theme dependencies](#installation-requirements).
5. Set Main Site Theme as the active theme.
6. Make sure you've completed [all theme configuration steps](#configuration).
7. Run `gulp watch` to continuously watch changes to scss and js files. If you enabled BrowserSync in `gulp-config.json`, it will also reload your browser when scss or js files change.
4. Run `gulp default` to process front-end assets.
5. If you haven't already done so, create a new WordPress site on your development environment, and [install and activate theme dependencies](#installation-requirements).
6. Set Main Site Theme as the active theme.
7. Make sure you've completed [all theme configuration steps](#configuration).
8. Run `gulp watch` to continuously watch changes to scss and js files. If you enabled BrowserSync in `gulp-config.json`, it will also reload your browser when scss or js files change.
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Theme Name: UCF.edu theme
Author: UCF Web Communications
Github Theme URI: https://github.com/UCF/Main-Site-Theme
Version: v3.18.6
Version: v3.19.0
*/

/*
Expand Down

0 comments on commit 7bcf465

Please sign in to comment.