bnolan / capt

Command line tool for creating backbone.js applications
294 stars 21 forks source link

Fixed $templates #11

Open janmonschke opened 13 years ago

janmonschke commented 13 years ago

The regex to make the current template available in the $templates namspace was somehow broken because eco didn't return a string containing "module.exports". Fixed this.