-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gulp not updating timestamp of css file #14
Comments
Hi there, do you have an example of what you mean? Thanks |
Sure. I've made a bunch of changes to various _*.scss files, the latest of which was yesterday, and the style.css file gets compiled just fine. However, the datestamp on the style.scss and style.css files remain at Mar 7. You can see others talking about this same issue (which seems ot be an issue in gulp 4, but not 3) at gulpjs/gulp#2193 and a possible solution here: dlmanning/gulp-sass#706 |
Hi, thanks for the additional info.
You'll need to install the gulp-touch-cmd module. I've tested it on masOS Mojave and seems to be fixing the issue. |
Fantastic thanks so much. I've done this and it works a treat ;) |
Still running into this issue in 2020. Thanks for the tip @claudia-romano ! |
When the new style.css file is created using gulp, the time modified stamp remains untouched.
Ideally we would use this to version the css file but this is not possible without an updated date stamp.
Is this something that can be fixed in gulpfile.js?
The text was updated successfully, but these errors were encountered: