Skip to content

Commit

Permalink
in incito example use unminified build to work in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
klarstrup committed Mar 27, 2019
1 parent d81bec6 commit 55e0d60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/incito-publication.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<meta charset="utf-8">

<link href="css/incito-publication.css" rel="stylesheet" type="text/css">
<link href="sgn-sdk.min.css" rel="stylesheet" type="text/css">
<link href="sgn-sdk.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="sgn__incito">
<div class="sgn-incito__progress"></div>
</div>

<script src="sgn-sdk.min.js" id="sgn-sdk" data-app-key="00j4o5wpwptl84fuubdig2s6ej5uyna8" data-track-id="AAABrQ=="></script>
<script src="sgn-sdk.js" id="sgn-sdk" data-app-key="00j4o5wpwptl84fuubdig2s6ej5uyna8" data-track-id="AAABrQ=="></script>
<script src="js/incito-publication.js"></script>
</body>
</html>

0 comments on commit 55e0d60

Please sign in to comment.