vogue icon indicating copy to clipboard operation
vogue copied to clipboard

css directory

Open chrisdrackett opened this issue 13 years ago • 3 comments

I'm getting the following when my css file is updated (by sass)

Could not read stats for

is this because I'm not editing the file directly?

chrisdrackett avatar Jun 07 '11 19:06 chrisdrackett

It sounds like maybe the can't be read because it's still open or being written to by sass. Vogue probably needs to be more resilient to this. Maybe it could wait for short time then try reading it again...

andrewdavey avatar Jun 07 '11 20:06 andrewdavey

I had a similar issue but found that I was not starting the vogue server in the right directory. Launching vogue from the root apache "site" folder fixed my issues (something like /var/www/httpdocs/ ).

I hope it can help.

idflood avatar Aug 17 '11 16:08 idflood

I'm getting a similar issue. Could not read stats for: "filepath". However the filepath doesn't look right. It is seeing the css from the website, but I'm serving those with express from a public folder. The public folder is not included in the filepath which is why I believe it is not working for me.

My structure is: root\public\css\filename.css Vogue error is: Could not read stats for root\css\filename.css

EDIT: I changed the parameter when launching vogue to include public. This solved my problem.

joshberg avatar Feb 08 '17 16:02 joshberg