Skip to content

Commit

Permalink
Merge pull request #289 from CTCL/chore/upgrade-php-sass
Browse files Browse the repository at this point in the history
chore: quarterly testing, upgrades (WP 6.4.2, PHP 8.2, Dart Sass)
  • Loading branch information
brianjcolombini authored Jan 3, 2024
2 parents cccca4a + 2dcb529 commit 07085c3
Show file tree
Hide file tree
Showing 28 changed files with 352 additions and 15,772 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ Ensure your hostname ends with `.test`, such as `elections.test`.

In your `config.yml` file;

* Under `Utilities`, uncomment the `- php74` line
* Under `extensions`, uncomment the `- php82` line
* Place a block like this:

```
elections:
repo: https://github.com/Varying-Vagrant-Vagrants/custom-site-template.git
allow_customfile: true
nginx_upstream: php74
php: 8.2
hosts:
- elections.test
```
Expand Down
8 changes: 2 additions & 6 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
module.exports = function( grunt ) {

var sass = require( 'node-sass' );
var inliner = require( 'sass-inline-svg' );
var sass = require( 'sass' );

// Load all grunt tasks
require( 'matchdep' ).filterDev( 'grunt-*' ).forEach( grunt.loadNpmTasks );
Expand Down Expand Up @@ -84,10 +83,7 @@ module.exports = function( grunt ) {
implementation: sass,
imagePath: 'assets/images',
outputStyle: 'expanded',
sourceMap: true,
functions: {
svg: inliner( './', { encodingFormat: 'uri' } )
}
sourceMap: true
},
files: [ {
expand: true,
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# CTCL Election Website Toolkit #
**Contributors:** [paulschreiber](https://profiles.wordpress.org/paulschreiber), [legarlin](https://profiles.wordpress.org/legarlin)
**Requires at least:** 5.5
**Tested up to:** 6.1.1
**Stable tag:** 1.0
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html
**Contributors:** [paulschreiber](https://profiles.wordpress.org/paulschreiber/), [legarlin](https://profiles.wordpress.org/legarlin/)
**Requires at least:** 5.5
**Tested up to:** 6.4.2
**Stable tag:** 1.0
**License:** GPLv2 or later
**License URI:** https://www.gnu.org/licenses/gpl-2.0.html

Local election official website template and toolkit.

Expand Down
2 changes: 1 addition & 1 deletion assets/css/admin.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 07085c3

Please sign in to comment.