jlitola / play-sass

Sass asset handling for Play Framework 2.0 *DEPRECATED*
MIT License
90 stars 28 forks source link

Fixed some of the dependencies not being parsed from sass output #36

Closed SakulK closed 5 years ago

SakulK commented 9 years ago

The lines with dependency files in sass output sometimes have a few spaces at the start and the old regexp didn't cover those cases.

I also added println when a file is being compiled to make it clearer when Play noticed that a file changed.

Simek commented 9 years ago

+1