Skip to content

Commit 2ef9a9b

Browse files
committed
Fix deployment
1 parent 7bd384a commit 2ef9a9b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

playground/index.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,9 @@
2323

2424
<script src="jspm_packages/system.js"></script>
2525
<script src="jspm.config.js"></script>
26+
<script src="build.js"></script>
2627
<script>
27-
// Change the config based on deployment
28-
if(window.location.host === 'madlittlemods.github.io') {
29-
System.baseURL = '/postcss-css-variables/playground/';
30-
}
31-
32-
System.import('src/js/main');
28+
System.import('src/js/main.js');
3329
</script>
3430
</body>
3531
</html>

0 commit comments

Comments
 (0)