Skip to content

Instantly share code, notes, and snippets.

@dreikanter
Last active July 6, 2017 10:35
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 dreikanter/f41034ca95360fd06002d2154539c8e9 to your computer and use it in GitHub Desktop.
Save dreikanter/f41034ca95360fd06002d2154539c8e9 to your computer and use it in GitHub Desktop.
Extending Sprockets to Bundle Custom Assets Type
window.Templates = {
post: “<h2>{{ title }}</h2> <p>{{ body }}</p>”,
comment: “…”
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment