Skip to content

Instantly share code, notes, and snippets.

@machty
Created February 21, 2013 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save machty/5002975 to your computer and use it in GitHub Desktop.
Save machty/5002975 to your computer and use it in GitHub Desktop.
module EmberTemplateCompiler
module Source
base = "../../../../../dist/ember-template-compiler"
def self.bundled_path
File.expand_path(base + ".js", __FILE__)
end
def self.prod_bundled_path
File.expand_path(base + ".prod.js", __FILE__)
end
def self.min_bundled_path
File.expand_path(base + ".min.js", __FILE__)
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment