Skip to content

Commit c9a1e1a

Browse files
committed
Remove unused js library
1 parent de78c8e commit c9a1e1a

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

assets/download-assets.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ echo "Downloading assets to $ASSETS_DIR"
1111

1212
curl -Lf -o "$ASSETS_DIR/normalize.min.css" "https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"
1313
curl -Lf -o "$ASSETS_DIR/jquery.min.js" "https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"
14-
curl -Lf -o "$ASSETS_DIR/prefixfree.min.js" "https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"
1514
# The font CSS from FontLibrary may require manual download or adjustments. This URL may return an HTML wrapper.
1615
curl -Lf -o "$ASSETS_DIR/anka-coder-condensed.css" "https://fontlibrary.org//face/anka-coder-condensed" || true
1716

assets/prefixfree.min.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ <h2>For work inquiries<br>
105105
</div>
106106
</div>
107107
</section>
108-
<script src="./assets/prefixfree.min.js"></script>
109108
<script src="./script.js"></script>
110109
</body>
111110
</html>

0 commit comments

Comments
 (0)