summaryrefslogtreecommitdiff
path: root/web-ui/app/sandbox.html
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2016-12-29 10:54:12 -0200
committerAnike Arni <aarni@thoughtworks.com>2016-12-29 10:54:12 -0200
commit639430167b646de6fdbb0f275386dae2856b7e72 (patch)
tree0d13a6237f49008fa097a6ab7f58c3fe49a6a793 /web-ui/app/sandbox.html
parent7c847f5abd4a516236a74862eb7ec222087900be (diff)
Compile sandbox files through webpack as well
Diffstat (limited to 'web-ui/app/sandbox.html')
-rw-r--r--web-ui/app/sandbox.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/web-ui/app/sandbox.html b/web-ui/app/sandbox.html
index 8325b0da..3e110977 100644
--- a/web-ui/app/sandbox.html
+++ b/web-ui/app/sandbox.html
@@ -5,10 +5,8 @@
<meta charset="utf-8">
<link href="css/sandbox.css" rel="stylesheet" type="text/css">
- <!--usemin_start-->
- <script src="js/sandbox.js"></script>
+ <script src="sandbox.js"></script>
<script src="bower_components/iframe-resizer/js/iframeResizer.contentWindow.min.js"></script>
- <!--usemin_end-->
</head>
<body></body>