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

Missing dist folder again #1877

Closed
denisz1 opened this issue Oct 18, 2016 · 6 comments
Closed

Missing dist folder again #1877

denisz1 opened this issue Oct 18, 2016 · 6 comments

Comments

@denisz1
Copy link

denisz1 commented Oct 18, 2016

Using this package via Bower. Once again the package is missing the dist folder.

So it breaks building of existing system. i.e. it is breaking change.

Please please please put it back.

@mgol
Copy link

mgol commented Nov 7, 2016

The dist folder is not missing, see: https://github.com/jzaefferer/jquery-validation/tree/1.15.1.

You should not use the master version but a released one.

@denisz1 denisz1 closed this as completed Nov 8, 2016
@jrock2004
Copy link

So I have updated to this version and one person on my team is still not getting dist folder. Any ideas?

@mgol
Copy link

mgol commented Nov 18, 2016

@jrock2004 I've just checked and it's there:

$ bower install jquery-validation@1.15.1
$ ls bower_components/jquery-validation/dist
additional-methods.js     additional-methods.min.js jquery.validate.js        jquery.validate.min.js

@smithaitufe
Copy link

I just followed your suggestion. I used bower install jquery-validation@1.15.1 but I can't find the dist folder. Is there something else that must be done to see it?

@mgol
Copy link

mgol commented Apr 4, 2017

@smithaitufe Make sure you use the latest bower (currently 1.8.0) and clear its cache by bower cache clean. You may also remove bower_components to have a the clean start.

In any case, the dist folder is definitely in the package. If you don't have it, this is an issue with bower, not with the jquery-validation plugin.

@smithaitufe
Copy link

@mgol
Thanks. I did that and got it working.

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