Change the output dir name from out to dist.

This commit is contained in:
Hyunje Alex Jun
2015-02-12 19:56:27 +00:00
parent 9668a79468
commit 41ca0246ad
21 changed files with 49 additions and 49 deletions

View File

@@ -3,8 +3,8 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>perfect-scrollbar example</title>
<link href="../out/css/perfect-scrollbar.css" rel="stylesheet">
<script src="../out/js/perfect-scrollbar.global.js"></script>
<link href="../dist/css/perfect-scrollbar.css" rel="stylesheet">
<script src="../dist/js/perfect-scrollbar.global.js"></script>
<style>
#iframe { width: 100%; min-height: 450px; border: 0; }
html { direction: rtl; }