winton / stasis

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

_style.css.scss still rendered #13

Closed krainboltgreene closed 12 years ago

krainboltgreene commented 13 years ago

Underbar styles in scss are supposed to be evaluated but not rendered. In Stasis, it does both.

winton commented 12 years ago

As of now you will have to add the following line to your controller.rb file to ignore partials:

ignore /\/_.*/

I'm debating whether to make this default, so I will leave the ticket open.

codykrieger commented 12 years ago

I'm definitely in favor of having this be the default, that would be super useful.

winton commented 12 years ago

Sorry guys, going to make a design decision and keep this as is. I kind of like that controller.rb will explain the file structure guidelines to the developer. It is also the main example for ignore in the readme.