Skip to content

Commit

Permalink
fix(examples): remove .min from example script
Browse files Browse the repository at this point in the history
  • Loading branch information
eddywashere committed Mar 14, 2016
1 parent 86a391a commit b051dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
</head>
<body class="m-b-2">
<div id="app"></div>
<script src="/assets/example.min.js"></script>
<script src="/assets/example.js"></script>
</body>
</html>

0 comments on commit b051dc1

Please sign in to comment.