Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* Jayj_I_Make_Themes
*
* Gets the theme readme from WordPress.org.
*
* Modified version of Mark Jaquith's I Make Plugins class
* @link http://wordpress.org/plugins/i-make-plugins/
*/
@jayj
jayj / Gruntfile.js
Last active March 13, 2022 16:47
Using Grunt to automate theme releases
module.exports = function(grunt) {
// Project configuration.
grunt.initConfig({
pkg: grunt.file.readJSON( 'package.json' ),
// Bump version numbers
version: {
css: {
options: {
prefix: 'Version\\:\\s'
### Keybase proof
I hereby claim:
* I am jayj on github.
* I am gundlund (https://keybase.io/gundlund) on keybase.
* I have a public key ASC9N-rtg1JgJgU0K_WlyqxzAXTqyBcpLvrSDNc2Vx-vLQo
To claim this, I am signing this object:
@jayj
jayj / SketchSystems.spec
Last active June 22, 2018 21:35
Initial
Initial
No provider ID -> Provider list
Provider ID -> Provider login
Login token -> Login form
Provider list
Has popular -> Popular providers
No popular -> Full list
Country picker -> Country picker
Search -> Full list
Initial
No provider ID -> Provider list
Provider ID -> Provider login
Login token -> Login form
Provider list
Has popular -> Popular providers
No popular -> Full list
Country picker -> Country picker
Search -> Full list