This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
jquery-validation doesn't get copied #65
Comments
I can't reproduce this issue using the same configuration. Everything work fine here. |
Well I don't know what code example I could give you but I can say I'm running v0.20.0 of your plug-in, and here is my file structure for the jquery-validation folder (there are too many files so I only show the ones at the root):
And the one for wwwroot/js:
I hope this can help you, I don't know what else I could give as you already have my grunt task... |
try this git clone [email protected]:4e13a2c6c5bac868e07aa9cb9ca03dcf.git foo
cd foo
npm i
bower i jquery-validation
grunt and check if jquery.validate.js is in |
Yes, it does! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It seems like jquery-validation (and maybe some others?) doesn't get copied although all the others do.
This is my grunt task:
Also, I don't why, the file jquery-validation/test/test.js gets copied to my js_dest, but it's the only one.
The text was updated successfully, but these errors were encountered: