Skip to content

Commit 7933e8f

Browse files
committed
refactor: rm modernizr & respond.js
these libraries were unused the npm.js script also appears to be used, perhaps from a prior build that used grunt or another npm build script
1 parent a89597e commit 7933e8f

File tree

3 files changed

+0
-26
lines changed

3 files changed

+0
-26
lines changed

_includes/header.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@
1212
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
1313
<link rel="stylesheet" href="{{ "/assets/css/main.css" | relative_url }}">
1414
<link href='https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|PT+Serif:400,400i' rel='stylesheet' type='text/css'>
15-
<script src="{{ "/assets/js/vendor/modernizr-2.8.3-respond-1.4.2.min.js" | relative_url }}"></script>
1615
</head>
1716

1817
<body>
1918
<!--[if lt IE 8]>
2019
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
2120
<![endif]-->
22-

0 commit comments

Comments
 (0)