|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
bowlofeggs commented 6 years ago | ||
pingou commented 6 years ago The non-versioned files are symlinks to the versioned ones so that updating the version is as easy as changing that symlink and doesn't need to go through all the templates to fix the urls. | ||
pingou commented 6 years ago jquery.atwho-1.5.1.css jquery.atwho-1.5.1.js jquery.atwho-1.5.1.min.css jquery.atwho-1.5.1.min.js jquery.atwho.css -> jquery.atwho-1.5.1.css jquery.atwho.js -> jquery.atwho-1.5.1.js jquery.atwho.min.css -> jquery.atwho-1.5.1.min.css jquery.atwho.min.js -> jquery.atwho-1.5.1.min.js | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
cverna commented 6 years ago it would be nice if we could avoid duplicating this code. But I guess that true for a lot of the JS we have. | ||
pingou commented 6 years ago I'm going to merge as is as I'd like to have this in the upcoming beta release, but let's see if we can refactor this for the final release :) | ||
pingou commented 6 years ago For tracking purposes: https://pagure.io/pagure/issue/3131 | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
Fixes https://pagure.io/pagure/issue/1674
Fixes https://pagure.io/pagure/issue/1732
Fixes https://pagure.io/pagure/pull-request/1734
Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr
I recommend naming these vendored libs with their versions. That way if you ever need to update them, the user's browser cache won't keep them on the old (potentially broken) version.
I actually don't follow this suggestion on Bodhi, but it's been on my TODO list.