Skip to content

Commit

Permalink
Load minified resources
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtn committed Nov 9, 2013
1 parent 40b17c5 commit ed1de5c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<?php // PRODUCTION RESOURCES
if (strpos($_SERVER['PHP_SELF'], '/src/') === false) { ?>

<link rel="stylesheet" href="css/style.css" />
<script src="js/top.js"></script>
<link rel="stylesheet" href="css/style.min.css" />
<script src="js/top.min.js"></script>


<?php // DEV RESOURCES
Expand Down Expand Up @@ -166,7 +166,7 @@
<?php // PRODUCTION RESOURCES
if (strpos($_SERVER['PHP_SELF'], '/src/') === false) { ?>

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


<?php // DEV RESOURCES
Expand Down
6 changes: 3 additions & 3 deletions src/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<?php // PRODUCTION RESOURCES
if (strpos($_SERVER['PHP_SELF'], '/src/') === false) { ?>

<link rel="stylesheet" href="css/style.css" />
<script src="js/top.js"></script>
<link rel="stylesheet" href="css/style.min.css" />
<script src="js/top.min.js"></script>


<?php // DEV RESOURCES
Expand Down Expand Up @@ -166,7 +166,7 @@
<?php // PRODUCTION RESOURCES
if (strpos($_SERVER['PHP_SELF'], '/src/') === false) { ?>

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


<?php // DEV RESOURCES
Expand Down

0 comments on commit ed1de5c

Please sign in to comment.