jlitola / play-sass

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

SASS compiling stops after a while #15

Closed pijokela closed 10 years ago

pijokela commented 11 years ago

(I'm sorry this is so vague.)

We have a Play application with about 20 files of scss source files that are compiled to css with play-sass. Everything is fine initially, but after maybe an hour of working with the templates the compiling stops. Play-sass just does not do anything anymore. Play still outputs a line of text, as I edit an scss file and save it, but the sass compilation does not seem to start.

We moved to using command line sass so that it watches the files and that seems to work well. However, it would be nicer to not need a separate shell window for the command line sass.

I'm sorry I don't really have enough details for you to fix this, but if you can suggest something I could try to get more info I'll definately try to do that! The problem is that play-sass works for so long that reproducing isn't very easy.

Thank you.

jlitola commented 10 years ago

I haven't been able to investigate this due other engagements, but I don't have any better idea what could cause this. Would need to be able to add debug logging or accessing running process to find out bit more what is happening.