curvedmark / roole

A language that compiles to CSS
http://roole.org
MIT License
342 stars 21 forks source link

`@import` supports `.roole` extensions as well as `.roo` #98

Closed mxcl closed 11 years ago

mxcl commented 11 years ago

I would prefer to name my files with a .roole extension since this way anyone new to my projects who is not familiar with Roole (it is new after all) will then have the complete name available for them to Google for.

Will provide PR if you point me at the files I will need to edit.

curvedmark commented 11 years ago

You can name the containing folder to roole, or simply adding a comment in the generated CSS file (I will probably add this feature in the future), or even include a readme file, if you are worried that users might not be familiar with roole.

Allowing two extension names just for the sake of ease of googling is not worth the trouble. I doubt people use .python or .ruby as extension names at the inception of the languages.

But here is the relevant line anyway if you are interested.

PS. Are you the author of homebrew? I'm a big fan. Use it everyday. I'm thrilled that you are checking roole out. :)

mxcl commented 11 years ago

Yes, fair point, and agreed, having two extensions is not sensible.

And yes, Homebrew is mine, glad we have projects that we both find useful from each other! :)