Skip to content

Commit

Permalink
Add minified version
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinm committed Mar 15, 2013
1 parent 42581a3 commit b7c18f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Intro.js | A better way for new feature introduction and step-by-step users guide </title>
<title>Intro.js | A better way for new feature introduction and step-by-step users guide</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Intro.js - A better way for new feature introduction and step-by-step users guide for your website and project.">
<meta name="author" content="Afshin Mehrabani (@afshinmeh) in usabli.ca group">

<!-- Le styles -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Add IntroJs style -->
<link href="../introjs.css" rel="stylesheet">
<link href="../minified/introjs.min.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 20px;
Expand Down Expand Up @@ -82,7 +82,7 @@ <h4>Easy to Use</h4>
<p>Just include the js and css files and add <code>data-step</code> and <code>data-intro</code> to your code.</p>

<h4>Fast & Small</h4>
<p><strong>4 KB</strong> JavaScript and <strong>1 KB</strong> CSS. That's all.</p>
<p><strong>4 KB</strong> JavaScript and <strong>2 KB</strong> CSS. That's all.</p>

<h4>Free & Open-Source</h4>
<p>Free and open-source to commercial use. Published under MIT license.</p>
Expand All @@ -107,6 +107,6 @@ <h4>Developed with <3</h4>
</div>

</div>
<script type="text/javascript" src="../intro.js"></script>
<script type="text/javascript" src="../minified/intro.min.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions minified/intro.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions minified/introjs.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b7c18f5

Please sign in to comment.