winton / stasis

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

Use default extensions for .scss and .coffee #83

Closed rudolfochrist closed 10 years ago

rudolfochrist commented 11 years ago

Set a default extension for SCSS and CoffeScript files if infix extension is lacking, such as in application.scss or application.coffee instead of application.css.scss or application.js.coffee. This also addresses issue #38

rudolfochrist commented 11 years ago

I think I should be more descriptive...

I'm currently rebuilding my homepage with stasis. I wanted to use Bourbon. But Bourbon doesn't follow the filename convention and all Bourbon SCSS files end up without a extension at all in the public folder. So this Pull Request came to life.

What do you think? Is this something stasis should take care of?

Thanks.