trvsdnn / frank

Static Site Non-Framework
http://github.com/blahed/frank
MIT License
415 stars 30 forks source link

Frank creating /* Line ... */ in my CSS Files #61

Closed alenm closed 12 years ago

alenm commented 12 years ago

When I decide to 'frank export', my CSS file is littered with so many CSS Comments that outlines with the line number is in my SASS file. How can I prevent it from happening?

/* line 1, /Users/Mac/Dev/blog/dynamic/css/common.sass */

header {

text-align: center; height: 80px; font-family: "Arial"; padding-top: 20px; }

trvsdnn commented 12 years ago

I can't imagine how frank would be doing this. Have you tried upgrade to the latest tilt and sass?

alenm commented 12 years ago

I just tried updating my gems. I have sass (3.1.10, 3.1.7) tilt (1.3.3) frank (1.0.9) OS X 10.7.2 ruby 1.9.2p290

trvsdnn commented 12 years ago

It's a sass config option. http://wiseheartdesign.com/articles/2010/01/21/better-debugging-with-sass-and-line-comments/

alenm commented 12 years ago

Looks like it is, thanks for the quick find