sproutcore / abbot

SproutCore Build Tools [deprecated]
http://www.sproutcore.com
88 stars 44 forks source link

Debug builds still reference .handlebars, but files are renamed .js #77

Open publickeating opened 12 years ago

publickeating commented 12 years ago

It seems that sc-server recognizes .handlebars extensions and returns the matching .js file. In order to load a debug build on a staging server though, the server would have to be configured to do the same. It seems smarter to either not rename the templates as .js and leave index.html alone or change what gets included in the built index.html.