Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
See http://markmail.org/message/topoqak74hdqxsvv - jcrinstall should append the names of the current runmodes to the names of folders that it watches.
For example, if folder /libs/foo/config is watched and the current runmodes are "dev, staging", jcrinstall should also watch these folders:
/libs/foo/config.dev
/libs/foo/config.staging
This is already possible currently by specifying a regepx like
/libs/.*/config(.[dev|staging])?
for the folder names, but it seems more logical to have the runmodes drive this, and that means less configuration.