Skip to content

Commit

Permalink
🐛 Remove cache entry for inline files
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Aug 17, 2020
1 parent b9d7b75 commit 1209097
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Resources/Private/Fusion/Internal/InlineFile.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,4 @@ prototype(Carbon.IncludeAssets:Internal.InlineFile) < prototype(Carbon.IncludeAs
type = ${type}
css = ${'<style' + attributes +'>' + this.content + '</style>'}
js = ${'<script' + attributes +'>' + this.content + '</script>'}

@cache {
mode = 'uncached'
context {
1 = 'attributes'
2 = 'path'
3 = 'type'
}
}
}

0 comments on commit 1209097

Please sign in to comment.