Skip to content

1.0: Changing titles to only "Combinator"

Compare
Choose a tag to compare
@I3undy I3undy released this 23 Nov 18:22
· 446 commits to dev since this release
  • Seamless combination of overridden stylesheets (thanks to Sebastien Ros for his contribution!)
  • Improved relative (image) path processing
  • Improved handling of CDN resources (now their url is stored, together with their settings)
  • Conditional resources can be also minified (and combined if multiple with the same condition follow each other)
  • Improved caching: after the first page view with a set of resources the module practically has no impact on performance
  • Reverting combined file storage back to IStorageProvider, so with a custom provider the module works in a cloud hosting environment too
  • Exclusion regex for combination too
  • Vastly refactored, improved code