lelesys/common-flowproject

Last activity 16 Nov 2018 1863
composer require lelesys/common-flowproject

Common stuff and helpers for Flow Framework based projects

3.0.0

Version
3.0.0
Type
neos-package
Release Date
Nov 16, 2018 08:44
Source
git
Distribution
zip
Requires
GPL-3.0-or-later c0e2bb40a4eb929f3140c795fb0c8a3095446917

Lelesys.Common.FlowProject

Common stuff and helpers for Flow Framework based projects

To install:

composer require lelesys/common-flowproject

Adding query string parameter to static resource URIs

Query string parameter "v=INTEGER" is added to the static resource URIs. By default CSS and Javascript URIs are enabled. This can be combined with setting far future cache headers from web server configuration. This is very helpful when a new version of application is deployed the cached version string is regenrated which forces reload of the static resource in clients' browsers.

To start using this feature add your package key to the settings:

Lelesys:
  Common:
    FlowProject:
      resourceUri:
        enabledPackages:
          'Your.Package': true

To enable other kinds of URIs modify the regular expression from settings:

Lelesys:
  Common:
    FlowProject:
      resourceUri:
        matchingRegex: '/\.(js|css)$/'
The content of the readme is provided by Github
The same vendor provides 12 package(s).