Skip to content
This repository was archived by the owner on Jul 12, 2021. It is now read-only.

Releases: awjudd/l4-assetprocessor

Laravel 5.2 Upgrade

22 Dec 16:17

Choose a tag to compare

Bug Fix

  • Asset groups weren't being passed into the folder assets

Upgrades

  • Tested and working with Laravel 5.2

Updating Dependencies

09 Sep 04:05

Choose a tag to compare

  • Removed the dependency on Laravel Collective
  • Updated the libraries to use full releases instead of dev branches

Configuration Fixing

10 Jun 20:55

Choose a tag to compare

The BaseProcessor was using the old way of getting configuration values. This update resolves that.

Asset Group Enhancements

10 Jun 03:25

Choose a tag to compare

  • More Laravel 5 Support
  • Adding in more flexibility with asset groups so that now you can group the commonly used assets together

Laravel 5 Support

23 Mar 10:36

Choose a tag to compare

Now supporting Laravel 5

Laravel 4.2 Support

15 Jun 01:42

Choose a tag to compare

Allowing the tool to use Laravel 4.2 (or 4.1).

Added Asset Auto-loading and Public folder file output

28 Mar 10:34

Choose a tag to compare

  • CDN Support - You are now able to used the AssetProcessor::cdn() function in order to use a CDN instead of relying on the actual asset processor for everything
    • This section will automatically be emitted if it exists and you call the AssetProcessor::scripts() or AssetProcessor::styles() function with it's default values
  • Added a configuration value 'file.error-on-missing-group' to allow you to bypass the error message if there is a missing asset group requested
  • Asset Auto-Loading - added in a new section to the config file which will allow you to specify any CDN/local assets to auto-load (cleans up your BaseController)
  • Asset Caching - added in the ability to have the assets available outside of your actual application, this will allow you to have assets available without booting up Laravel

Please Note: You will need to either republish, or manually merge your config files for this release.

v1.0.5

10 Mar 03:51

Choose a tag to compare

  • Adding in better cache support for the assets

v1.0.4

12 Feb 01:24

Choose a tag to compare

  • Changing arrays to use array() syntax
  • Bug fix which was introduced with the asset bundles (default value was erroring if nothing was provided).

Adding support for internal assets

11 Jan 16:31

Choose a tag to compare

Added in the processing of internal asset files to make them available when not doing any other processing on them.