[jQuery] Does with_plugins work when building jQuery from the Makefile?
In the Makefile, I noticed a with_plugins target. However, the
command:
make with_plugins
results in the following error:
make: *** No rule to make target `../plugins/button/*', needed by
`with_plugins'. Stop.
What's the appropriate way to use with_plugins?
I'd like to build jquery with some of the plugins mentioned in the
Makefile so that a bazillion JS files don't need to be downloaded
(which slows down my site). I could add that to the build process for
the website, but was wondering if there's a jquery Makefile solutions.
Thanks!