This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hey, | |
we (http://www.ykty.at) need you if you: | |
* love HTML | |
* dig CSS | |
* think you can assemble a kickass team of frontend devs (we want people who love what they do) | |
* want to work on projects with challenging deadlines | |
* want to create facebook and mobile web apps for big brands (red bull, krone, ditech, jim beam, …) | |
* like to experiment with new stuff (e.g. css3 transform, transition, …) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Basically a copy of prior art for mustache https://gist.github.com/234982 | |
# Add a jquery-tmpl templating function to your CoffeeScript: | |
window.jammit_jquery_template = (templateString) -> | |
-> jQuery.tmpl(templateString, arguments[0], arguments[1]) | |
# And then, in assets.yml, you can set "template_function" to "jammit_jquery_template". |
NewerOlder