Skip to content
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

Closed
callumacrae opened this issue Dec 17, 2013 · 4 comments
Closed

"Validated skipping" #23

callumacrae opened this issue Dec 17, 2013 · 4 comments

Comments

@callumacrae
Copy link

cm-mbp:test callumacrae$ grunt validation
Running "validation:files" (validation) task
Validated skipping..app/index.html
Validated skipping..app/test.html

The text is green, but it isn't validating the files, even when I change the files. Any ideas why?

@praveenvijayan
Copy link
Owner

Already validated files won't validate again. use $grunt validate --reset=true in order to revalidate files.

@callumacrae
Copy link
Author

Surely they should validate again when changed, though?

@noducks
Copy link

noducks commented Dec 18, 2013

+1 for them to be able to validate again when changed.

@dynamicdan
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants