Created
July 29, 2015 19:13
-
-
Save DavidSporer/8cdbb8683c84dbd05e04 to your computer and use it in GitHub Desktop.
Flow Settings for Mittwald
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TYPO3: | |
Flow: | |
resource: | |
publishing: | |
fileSystem: | |
mirrorMode: copy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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