Skip to content

Instantly share code, notes, and snippets.

@DavidSporer
Created July 29, 2015 19:13
Show Gist options
  • Save DavidSporer/8cdbb8683c84dbd05e04 to your computer and use it in GitHub Desktop.
Save DavidSporer/8cdbb8683c84dbd05e04 to your computer and use it in GitHub Desktop.
Flow Settings for Mittwald
TYPO3:
Flow:
resource:
publishing:
fileSystem:
mirrorMode: copy
TYPO3:
Flow:
# Definition of the basic resource publication targets.
resource:
targets:
# Target for publishing static resources to the local web directory
localWebDirectoryStaticResourcesTarget:
target: 'TYPO3\Flow\Resource\Target\FileSystemTarget'
targetOptions:
path: '%FLOW_PATH_WEB%_Resources/Static/Packages/'
baseUri: '_Resources/Static/Packages/'
localWebDirectoryPersistentResourcesTarget:
target: 'TYPO3\Flow\Resource\Target\FileSystemTarget'
targetOptions:
path: '%FLOW_PATH_WEB%_Resources/Persistent/'
baseUri: '_Resources/Persistent/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment