Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@userfrosting/gulp-bundle-assets

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@userfrosting/gulp-bundle-assets - npm Package Versions

1

4.0.0-alpha.1

Diff

Changelog

Source

[4.0.0-alpha.1] - 2020-01-23

This release focuses on improving performance and maintainability. These have been achieved by separating virtual path logic into a separate package.

Added

  • API docs.

Changed

Removed

Fixed

  • Flaw in results API surface, results are now correctly separated according to their type (script/style).
siliconsoldier
published 4.0.0-alpha.0 •

siliconsoldier
published 3.0.2 •

Changelog

Source

[3.0.2] - 2019-07-14

Added

  • Increased test coverage (back to 100%).

Changed

  • Updated dependencies.
  • Consolidated file tracking type definition into single source of truth.
  • Updated Travis CI config.
siliconsoldier
published 3.0.1 •

Changelog

Source

[3.0.1] - 2019-06-02

Changed

  • Updated dependencies.
siliconsoldier
published 3.0.0 •

Changelog

Source

[3.0.0] - 2019-03-12

This release focuses on simplifying the package for UserFrosting 4 to improve maintainability. Features unsupported by UF4 are largely removed.

Added

  • Raw configuration validation.
  • Raw configuration merging with collision logic (ported from UserFrosting gulpfile).
  • Path transformation with support for file replacement based on rule order (later rules supersede earlier ones).
  • Ability to specify base path for resolution of bundle resources and path transformations.
  • Support for comprehensive logging through a passed logger function.

Changed

  • Functionality offered by results file has been replaced by ResultsMap property.
  • Reads stream chunks (Vinyl instances) instead of directly from file system.
  • As an internal gulp pipeline is no longer responsible for bundle generation, custom Transform streams (e.g. gulp-concat-css) must be provided.
  • Path transformations will no longer be applied to files due to complexity around how paths are managed in gulp. Instead this feature will be used for override logic alone.
  • Bundle results are now retrieved via a callback which is given a collection of Vinyl NullFiles to retain as much useful information as possible.
  • Moved package under @userfrosting organization in NPM and removed superfluous uf from package name.

Removed

  • Support for CSS sourcemaps (broken since 2.27.2).
  • Specification of pre-minified files (minSrc).
  • CoffeeScript, and LESS compilation (functionality can be implemented manually through provided Bundlers).
  • Glob paths.
  • Environment based build conditions (functionality can be implemented manually through provided Bundlers).
  • Incremental/watched builds.
  • Automatic HTML tag generation for results file (use results callback to implement this manually).
  • File copy support (use gulp.dest or an equivalent).
  • Result file support (replaced by callback).
  • Removed dependency on gulp as per best practices.
siliconsoldier
published 3.0.0-rc.2 •

siliconsoldier
published 3.0.0-rc.1 •

siliconsoldier
published 3.0.0-beta.1 •

siliconsoldier
published 3.0.0-alpha.6 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc