Skip to content

bower.json issue with jquery #385

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

Closed
developer1998 opened this issue Mar 15, 2015 · 2 comments
Closed

bower.json issue with jquery #385

developer1998 opened this issue Mar 15, 2015 · 2 comments

Comments

@developer1998
Copy link

Current setting does not work

"jquery": {
      "": "jquery.{js,min.js,min.map}"

however if I add dist/ it works

"jquery": {
      "": "dist/jquery.{js,min.js,min.map}"

I found that all the bower packages that are missing dist/ do not update when you run grunt task bower.

Also I found the hammer entry had additional problems.
It is missing dist directory, which I created and the name referenced hammer should be hammer.js

        "hammer": {
            "": "hammer.{js,min.js,min.map}"
        }

This works

        "hammer.js": {
            "": "dist/hammer.{js,min.js,min.map}"
        }
@Eilon
Copy link
Contributor

Eilon commented Mar 25, 2015

@madskristensen

@developer1998
Copy link
Author

I guess one has to keep on eye on both dist/ and without dist/

ryanbrandenburg pushed a commit that referenced this issue Nov 19, 2018
natemcmaster pushed a commit that referenced this issue Nov 20, 2018
requestId ticks seed, reduced GenerateRequestId allocs
@ghost ghost locked as resolved and limited conversation to collaborators Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants