Skip to content

Commit

Permalink
Merge pull request #3 from ComiR/patch-1
Browse files Browse the repository at this point in the history
BUGFIX: Only compress when rendering `live`
  • Loading branch information
kdambekalns authored Nov 1, 2016
2 parents 2ee879d + 7b96080 commit d0beb26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Resources/Private/TypoScript/Root.ts2
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ prototype(TYPO3.Neos:Page) {
[email protected] {
expression = ${Flownative.Compressor.compress(value)}
@position = 'end 999999999'
@if.isLive = ${node.context.live}
}
[email protected] {
expression = ${Flownative.Compressor.compress(value)}
@position = 'end 999999999'
@if.isLive = ${node.context.live}
}
}
}

0 comments on commit d0beb26

Please sign in to comment.