November 2011
1 post
5 tags
espresso and sublimetext syntax highlighting views...
while using espresso and sublimetext syntax highlighting wasn’t working for “.hbs” files. Simple fix was to use “.html” file extensions instead and add this one liner for support. app.register('.html', require('hbs'));
Nov 25th
14 notes