Skip to content
This repository was archived by the owner on May 18, 2021. It is now read-only.

getting 404 Not Found #3

Closed
dinuchiriac opened this issue Sep 30, 2016 · 1 comment
Closed

getting 404 Not Found #3

dinuchiriac opened this issue Sep 30, 2016 · 1 comment

Comments

@dinuchiriac
Copy link

dinuchiriac commented Sep 30, 2016

I'm getting 404: Not Found in the output file for any versions I try to install.

My Grunt Config

jquery: {
      dist: {
        versions: {
          // Remove everything we don't need
          "3.1.1": [ "ajax/script", "ajax/jsonp", "css", "deprecated", "dimensions", "effects", "event",
            "offset", "wrap", "deferred", "exports/amd", "sizzle" ]
        },
        output: "src/jquery-custom/",
        options: {
          prefix: "jquery-",
          minify: false
        }
      }
    }
@gustavohenke
Copy link
Owner

We use the jquery-builder module internally.

jquery-builder itself does download the custom files from their own repository,
and the project is calling for new maintainers: jgallen23/jquery-builder#22

The latest version available is 2.1.1, and the latest commit is from about 2 years ago.
What you could do at the moment is to contribute the new versions yourself.

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