Browse Source

Ignore file.

Nikola Kotur 9 years ago
parent
commit
80ded4340c
2 changed files with 6 additions and 5 deletions
  1. 1 0
      .gitignore
  2. 5 5
      index.html

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+node_modules/

+ 5 - 5
index.html

@@ -15,12 +15,12 @@
 		<script src="js/skel.min.js"></script>
 		<script src="js/init.js"></script>
 		<noscript>
-			<link rel="stylesheet" href="css/skel.css" />
-			<link rel="stylesheet" href="css/style.css" />
-			<link rel="stylesheet" href="css/style-xlarge.css" />
+			<link rel="stylesheet" href="css/skel.min.css" />
+			<link rel="stylesheet" href="css/style.min.css" />
+			<link rel="stylesheet" href="css/style-xlarge.min.css" />
 		</noscript>
-		<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
-		<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
+		<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.min.css" /><![endif]-->
+		<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.min.css" /><![endif]-->
 	</head>
 	<body>