This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'use strict'; | |
module.exports = function(grunt) { | |
grunt.initConfig({ | |
// ------- configuration ------- ## | |
// common SCSS root for easier SCSS @use / @forward / @incuse usage ## | |
includePaths: [ | |
'./library/theme/scss/' // common SCSS root ## |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Force SSL URL Scheme | |
Plugin URI: https://gist.github.com/cliffordp/6378826 | |
Description: Force the protocol scheme to be HTTPS when is_ssl() doesn't work. Recommended to me by Jason Cohen of WP Engine on 2013-08-28. | |
Version: 1.0.1 | |
Author: WebAware | |
Author URI: http://www.webaware.com.au/ | |
*/ |