Skip to content

Commit

Permalink
quick fix to move template cache to main
Browse files Browse the repository at this point in the history
  • Loading branch information
seanfeld committed Aug 8, 2023
1 parent a500f1b commit 28bd135
Show file tree
Hide file tree
Showing 2 changed files with 291 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/hydrator/hydrator.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<!-- <script type="text/javascript" nonce="<_= nonceVal _>" src="/common_assets/common-new.js"></script> -->
<!-- <script type="text/javascript" nonce="<_= nonceVal _>" src="/assets/bundle/hydrator.js"></script> -->
<!-- <script type="text/javascript" nonce="<_= nonceVal _>" src="/assets/bundle/common.es6.js"></script> -->
<script type="module" nonce="<_= nonceVal _>" src="/assets/bundle/tpl.js"></script>
<!-- <script type="module" nonce="<_= nonceVal _>" src="../../build-deps/tpl.js"></script> -->
<script type="text/javascript" nonce="<_= nonceVal _>" src="../cdap/components/hydrator/main.js"></script>
</body>

Expand Down
Loading

0 comments on commit 28bd135

Please sign in to comment.