[addendum,refactor][xs]: addendum to 1be758e6b8 as symlinks do not work with gh-pages so need js redirects instead to relocate demo to app.
This commit is contained in:
8
demo/index.html
Normal file
8
demo/index.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<script type="text/javascript">
|
||||
var newloc = '../app/';
|
||||
if (window.location.search) {
|
||||
newloc += window.location.search;
|
||||
}
|
||||
newloc += window.location.hash;
|
||||
window.location.href = newloc;
|
||||
</script>
|
||||
Reference in New Issue
Block a user