winton / stasis

Static sites made powerful
http://stasis.me
MIT License
677 stars 56 forks source link

Support implicit file extensions (.coffee => .js.coffee) #38

Open vjpr opened 12 years ago

vjpr commented 12 years ago

Bringing an existing .coffee code base across from Rails is an annoyance and I would prefer to standardise with the implied form as we are using it everywhere else. It's obvious that .coffee requires the extension .js and it's more DRY.

The only potential issue is if you wanted to keep .coffee files within the project that would not be compiled which might be the case for some blogs (although we are using Stasis for making Chrome extensions).

Rails/Sprockets already supports this.

trans commented 12 years ago

+1