Skip to content

Commit b7c18f5

Browse files
committed
Add minified version
1 parent 42581a3 commit b7c18f5

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

example/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>Intro.js | A better way for new feature introduction and step-by-step users guide </title>
5+
<title>Intro.js | A better way for new feature introduction and step-by-step users guide</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="description" content="Intro.js - A better way for new feature introduction and step-by-step users guide for your website and project.">
88
<meta name="author" content="Afshin Mehrabani (@afshinmeh) in usabli.ca group">
99

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

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

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

109109
</div>
110-
<script type="text/javascript" src="../intro.js"></script>
110+
<script type="text/javascript" src="../minified/intro.min.js"></script>
111111
</body>
112112
</html>

minified/intro.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

minified/introjs.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)