-
Notifications
You must be signed in to change notification settings - Fork 39
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
"Validated skipping" #23
Comments
Already validated files won't validate again. use $grunt validate --reset=true in order to revalidate files. |
Surely they should validate again when changed, though? |
+1 for them to be able to validate again when changed. |
I found this to be a bug although I understand the caching need/concept. How can we ensure files with changes are re-validated? Create a hash of the file (based on content, file size or something) and use that to work out if the file has changed and therefore should be re-validated? I believe grunt-ftpush does something like this to avoid uploading files that haven't changed. EDIT: just created a new issue #47 |
The text is green, but it isn't validating the files, even when I change the files. Any ideas why?
The text was updated successfully, but these errors were encountered: