libjs-cssrelpreload 3.1.0+dfsg+~0.0.2-2 source package in Ubuntu

Changelog

libjs-cssrelpreload (3.1.0+dfsg+~0.0.2-2) unstable; urgency=medium

  * Declare compliance with policy 4.5.1
  * Add ctype=nodejs to component(s)
  * Replace deprecated no-uglify by uglifyjs (Closes: #979901)

 -- Xavier Guimard <email address hidden>  Tue, 12 Jan 2021 21:02:50 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjs-cssrelpreload_3.1.0+dfsg+~0.0.2-2.dsc 2.4 KiB 70ca84f3dde7eabb3804170cf79011045c01fcc68b426fa38e7afb3ad60ebdf8
libjs-cssrelpreload_3.1.0+dfsg+~0.0.2.orig-loadcss.tar.xz 3.6 KiB 967466fc4fed2aa63a6c5a32109db3319bd14f94f35cafca095a5b91e95862dd
libjs-cssrelpreload_3.1.0+dfsg+~0.0.2.orig.tar.xz 28.3 KiB db64ef1ad2cded0ffbc635e9c296919d278a64a26eea6aa98fec9e66936dda95
libjs-cssrelpreload_3.1.0+dfsg+~0.0.2-2.debian.tar.xz 3.4 KiB 1af8d50ced5ff9ca6cf8e0ffd7c85924ba8bcd62baf6019052cab73de3636061

No changes file available.

Binary packages built by this source

libjs-cssrelpreload: JavaScript to load CSS asynchronously

 This JavaScript library provides functions to load CSS asynchronously.
 .
 Referencing CSS stylesheets with link[rel=stylesheet] or @import causes
 browsers to delay page rendering while a stylesheet loads. When loading
 stylesheets that are not critical to the initial rendering of a page, this
 blocking behavior is undesirable. The new <link rel="preload"> standard
 enables loading stylesheets asynchronously, without blocking rendering, and
 loadCSS provides a JavaScript polyfill for that feature to allow it to work
 across browsers, as well as providing its own JavaScript method for loading
 stylesheets.