components / jquery

Shim repository for jQuery.

Home Page:http://jquery.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

why is only jquery.js under ./compnents/jquery ?

chriskoch opened this issue · comments

Hi,

I've installed the repo today and recognized that the minified version are stored under ./vendor/.. and only the jquery.js is under ./compnents. Is this right?

Chris

commented

Things in vendor/ are not installed by bower but by yourself or another package manager

Mh, perhaps it's a PHPStorm issue. I'll try it in an empty project, Thanks

I#ve deleted the composer.lock and called composer self-update now it's all under ./vendor/components

@chriskoch Yeah, it use to install Components into ./components. It has since been updated to install into ./vendor/components, with symlinks for the files instead. I'm glad an update fixed that for you.