gruntjs / grunt-contrib-sass

Compile Sass to CSS.
http://gruntjs.com/
MIT License
848 stars 141 forks source link

Date/time not updated on sass targets #212

Closed FranceBaril closed 8 years ago

FranceBaril commented 9 years ago

My client is on Windows and we have this issus only on his computer (latest ruby/node.js/grunt/compass and sass). The sass process runs and creates the target file, but the date/time isn't updated correctly on some of the files.

screen shot 2015-09-14 at 14 38 28

In the attached image, you see 2 targets, the first one gets updated (content has latest changes and if we delete the old file, a new one gets created), but the date/time on the file system is wrong (keeps the date from the original target). The second one gets updated correctly with the latest date/time.

I can't provide more details and I realize that this is a weird item that happens on a single computer so far. I'm submitting it in case others have the same issue.

sindresorhus commented 8 years ago

This should be opened on https://github.com/sass/sass/issues. This plugin just calls the Sass binary with the provided options.