Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am dconnolly on github.
  • I am dconnolly (https://keybase.io/dconnolly) on keybase.
  • I have a public key whose fingerprint is A4EF 0790 A42D B2BE CED3 FE4C F65D CC4E 3E30 BF22

To claim this, I am signing this object:

@dconnolly
dconnolly / Gruntfile.coffee
Created August 14, 2014 16:04
Define a globally external module in a browserify'd bundle.
module.exports = (grunt) ->
grunt.initConfig(
browserify:
options:
external: 'my-module' # Should be available from studio-module.js on page.
postBundleCB: (err, src, next) ->
src = src.replace /\{\"my\-module\"\:[A-Z0-9]+\}/ig, '{"my-module":undefined}'
next err, src
@dconnolly
dconnolly / README.md
Last active March 18, 2024 22:56
All 100 Chromecast background images that are rotated through, linked to their original locations on Google hosting. Links to 2560 width versions, where available.