Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am hennk on github.
  • I am hennk (https://keybase.io/hennk) on keybase.
  • I have a public key ASCyxIyBtokU2PZ5nfVNPlpomfKS2MFxoSWK1y_g0Ni8bAo

To claim this, I am signing this object:

@hennk
hennk / Assetfile.rb
Created May 28, 2012 11:54
rake pipeline configuration, memory leak
APPNAME = 'liquid_editor'
require 'rake-pipeline-web-filters'
require File.join(File.dirname(__FILE__), 'support/ember_strip_debug_filter/ember_strip_debug_filter')
require File.join(File.dirname(__FILE__), 'support/precompiling_handlebars_filter/precompiling_handlebars_filter')
SHOULD_UGLIFY = ENV['RAKEP_MODE'] == 'production'
output (ENV['LIQUID_EDITOR_ASSETS_OUTPUT'] || 'assets')
@hennk
hennk / modal_pane.handlebars
Created May 24, 2012 10:20
Ember Modal Bootstrap Pane with layout
var get = Ember.get;
var modalPaneBackdrop = '<div class="modal-backdrop"></div>';
App.ModalPane = Ember.View.extend(Ember.TextSupport, {
layoutName: "shared/modal_pane",
classNames: 'modal',
heading: null,
message: null,
primary: null,