summaryrefslogtreecommitdiff
path: root/web-ui/app/sandbox.html
diff options
context:
space:
mode:
authorAnike Arni <anikarni@gmail.com>2016-12-30 10:09:22 -0200
committerGitHub <noreply@github.com>2016-12-30 10:09:22 -0200
commita86c55a4baf36c711d946331ea3637ce5a6049f7 (patch)
tree0ef0b40ffa6af7f0d14d5c40062bc7978c67aebc /web-ui/app/sandbox.html
parent6141facf1b8bb6789a2d89270723b1df0d7afcf4 (diff)
parent413672fdba891168301c853c679f21700ebaeb90 (diff)
Merge pull request #893 from pixelated/webpack
Transition from require to webpack
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>