Skip to content

Commit

Permalink
stop tracking minified files #783
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Apr 6, 2014
1 parent a200e93 commit 3aaca47
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 35 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ tmp/**
node_modules/
.sass-cache
css/reveal.min.css
css/themes/*.css
js/reveal.min.js
7 changes: 0 additions & 7 deletions css/reveal.min.css

This file was deleted.

4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/default.css" id="theme">

<!-- For syntax highlighting -->
Expand Down Expand Up @@ -388,7 +388,7 @@ <h3>BY Hakim El Hattab / hakim.se</h3>
</div>

<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script src="js/reveal.js"></script>

<script>

Expand Down
9 changes: 0 additions & 9 deletions js/reveal.min.js

This file was deleted.

4 changes: 2 additions & 2 deletions test/examples/barebones.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<title>reveal.js - Barebones</title>

<link rel="stylesheet" href="../../css/reveal.min.css">
<link rel="stylesheet" href="../../css/reveal.css">
</head>

<body>
Expand All @@ -29,7 +29,7 @@ <h2>No Theme</h2>

</div>

<script src="../../js/reveal.min.js"></script>
<script src="../../js/reveal.js"></script>

<script>

Expand Down
4 changes: 2 additions & 2 deletions test/examples/embedded-media.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

<link rel="stylesheet" href="../../css/reveal.min.css">
<link rel="stylesheet" href="../../css/reveal.css">
<link rel="stylesheet" href="../../css/theme/default.css" id="theme">
</head>

Expand All @@ -35,7 +35,7 @@ <h2>Empty Slide</h2>
</div>

<script src="../../lib/js/head.min.js"></script>
<script src="../../js/reveal.min.js"></script>
<script src="../../js/reveal.js"></script>

<script>

Expand Down
4 changes: 2 additions & 2 deletions test/examples/math.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

<link rel="stylesheet" href="../../css/reveal.min.css">
<link rel="stylesheet" href="../../css/reveal.css">
<link rel="stylesheet" href="../../css/theme/night.css" id="theme">
</head>

Expand Down Expand Up @@ -160,7 +160,7 @@ <h3>Maxwell&#8217;s Equations</h3>
</div>

<script src="../../lib/js/head.min.js"></script>
<script src="../../js/reveal.min.js"></script>
<script src="../../js/reveal.js"></script>

<script>

Expand Down
4 changes: 2 additions & 2 deletions test/examples/slide-backgrounds.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">

<link rel="stylesheet" href="../../css/reveal.min.css">
<link rel="stylesheet" href="../../css/reveal.css">
<link rel="stylesheet" href="../../css/theme/serif.css" id="theme">
</head>

Expand Down Expand Up @@ -101,7 +101,7 @@ <h2>Same background from horizontal to vertical (3/3)</h2>
</div>

<script src="../../lib/js/head.min.js"></script>
<script src="../../js/reveal.min.js"></script>
<script src="../../js/reveal.js"></script>

<script>

Expand Down
4 changes: 2 additions & 2 deletions test/test-markdown-element-attributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<title>reveal.js - Test Markdown Element Attributes</title>

<link rel="stylesheet" href="../css/reveal.min.css">
<link rel="stylesheet" href="../css/reveal.css">
<link rel="stylesheet" href="qunit-1.12.0.css">
</head>

Expand Down Expand Up @@ -123,7 +123,7 @@
</div>

<script src="../lib/js/head.min.js"></script>
<script src="../js/reveal.min.js"></script>
<script src="../js/reveal.js"></script>
<script src="../plugin/markdown/marked.js"></script>
<script src="../plugin/markdown/markdown.js"></script>
<script src="qunit-1.12.0.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions test/test-markdown-slide-attributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<title>reveal.js - Test Markdown Attributes</title>

<link rel="stylesheet" href="../css/reveal.min.css">
<link rel="stylesheet" href="../css/reveal.css">
<link rel="stylesheet" href="qunit-1.12.0.css">
</head>

Expand Down Expand Up @@ -117,7 +117,7 @@
</div>

<script src="../lib/js/head.min.js"></script>
<script src="../js/reveal.min.js"></script>
<script src="../js/reveal.js"></script>
<script src="../plugin/markdown/marked.js"></script>
<script src="../plugin/markdown/markdown.js"></script>
<script src="qunit-1.12.0.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions test/test-markdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<title>reveal.js - Test Markdown</title>

<link rel="stylesheet" href="../css/reveal.min.css">
<link rel="stylesheet" href="../css/reveal.css">
<link rel="stylesheet" href="qunit-1.12.0.css">
</head>

Expand Down Expand Up @@ -41,7 +41,7 @@
</div>

<script src="../lib/js/head.min.js"></script>
<script src="../js/reveal.min.js"></script>
<script src="../js/reveal.js"></script>
<script src="../plugin/markdown/marked.js"></script>
<script src="../plugin/markdown/markdown.js"></script>
<script src="qunit-1.12.0.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions test/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<title>reveal.js - Tests</title>

<link rel="stylesheet" href="../css/reveal.min.css">
<link rel="stylesheet" href="../css/reveal.css">
<link rel="stylesheet" href="qunit-1.12.0.css">
</head>

Expand Down Expand Up @@ -72,7 +72,7 @@ <h1>4</h1>
</div>

<script src="../lib/js/head.min.js"></script>
<script src="../js/reveal.min.js"></script>
<script src="../js/reveal.js"></script>
<script src="qunit-1.12.0.js"></script>

<script src="test.js"></script>
Expand Down

0 comments on commit 3aaca47

Please sign in to comment.