mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
minify
This commit is contained in:
parent
82bcca376f
commit
8a6884abef
494 changed files with 256 additions and 120180 deletions
25
dashboard-ui/bower_components/Swiper/package.js
vendored
25
dashboard-ui/bower_components/Swiper/package.js
vendored
|
@ -1,24 +1 @@
|
|||
var version = '3.3.1';
|
||||
|
||||
Package.describe({
|
||||
name: 'nolimits4web:swiper',
|
||||
summary: 'iDangero.us Swiper - mobile touch slider with hardware accelerated transitions and native behavior',
|
||||
version: version,
|
||||
git: 'https://github.com/nolimits4web/Swiper'
|
||||
});
|
||||
|
||||
Package.onUse(function (api) {
|
||||
api.versionsFrom('1.1.0.2');
|
||||
|
||||
api.addFiles([
|
||||
'dist/css/swiper.min.css',
|
||||
'dist/js/swiper.js'
|
||||
], ['client']
|
||||
);
|
||||
|
||||
// Since swiper is attached to window, we do not need to export Swiper
|
||||
// api.export('Swiper');
|
||||
});
|
||||
|
||||
Package.onTest(function (api) {
|
||||
});
|
||||
var version="3.3.1";Package.describe({name:"nolimits4web:swiper",summary:"iDangero.us Swiper - mobile touch slider with hardware accelerated transitions and native behavior",version:version,git:"https://github.com/nolimits4web/Swiper"}),Package.onUse(function(api){api.versionsFrom("1.1.0.2"),api.addFiles(["dist/css/swiper.min.css","dist/js/swiper.js"],["client"])}),Package.onTest(function(api){});
|
Loading…
Add table
Add a link
Reference in a new issue