Skip to content

Instantly share code, notes, and snippets.

@mustardamus
Created January 14, 2013 16:55
Show Gist options
  • Save mustardamus/4531484 to your computer and use it in GitHub Desktop.
Save mustardamus/4531484 to your computer and use it in GitHub Desktop.
kite = KD.getSingleton 'kiteController'
kite.run 'cat ~/Applications/YourApp.kdapp/resources/style.css', (err, res) ->
$('head').append "<style>#{res}</style>" unless err
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment