Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Releases: hostnet/asset-lib

fixed sf 4.2 compatibility

03 Dec 11:28
0fd3a23
Compare
Choose a tag to compare

fixed sf 4.2 compatibility

Small font-rewrite fix

30 Jul 09:11
Compare
Choose a tag to compare

Small font-rewrite fix where support has been added for two additional file formats (.eot and .svg). Additionally there is now support for adding query and hashes to font urls in the css files. I.e., url("some-font.svg?1234#iefix").

Allow implicit type inclusion

25 Jul 12:08
Compare
Choose a tag to compare

Including the file ./some/dir/my-file.js can now be included as ./some/dir/my-file.

calling require will now always try to resolve 4 different modules in the following order (call order is important here):

  • no suffix (exact match)
  • *.js (implicit .js file, default node/common-js behavior)
  • */index (implicit index - can be a file or a directory)
  • */index.js (implicit index.js, default node/common-js behavior)

(where * is the argument passed to require())

Calling directories with a package.json file that defines a main entry point should already be taken care of in a previous step.

Allow export * and resolving directories with index.

24 Jul 11:34
Compare
Choose a tag to compare

Fixed #84 and #85.

  • Importing a directory that has an index file now works as expected.
  • Using export * from "file" now works as expected.

Less 3.8.0

23 Jul 11:44
Compare
Choose a tag to compare

Less 3.8.0

Fixed bug in module resolution

12 Jul 12:29
Compare
Choose a tag to compare

Fixed bug in module resolution

Fixed bug where wrong name was given

10 Jul 07:30
Compare
Choose a tag to compare

Fixed bug where wrong name was given

Fixed bug in font rewrite with nested paths

09 Jul 14:32
Compare
Choose a tag to compare

Fixed bug in font rewrite with nested paths

Fixed type mismatch in uglify JS code

06 Jul 11:40
Compare
Choose a tag to compare

Fixed type mismatch in uglify JS code

Added Font rewrite plugin

06 Jul 11:25
Compare
Choose a tag to compare

Added Font rewrite plugin for CSS fonts. The fonts are now re-written and emitted as additional files.