Skip to content

Commit 0033f67

Browse files
author
jordanmccullough
committed
Update all resources to use Bower assets
1 parent da6b26a commit 0033f67

File tree

5 files changed

+9
-5716
lines changed

5 files changed

+9
-5716
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ include:
2727
markdown: rdiscount
2828

2929
sass:
30-
sass_dir: dependencies/bootstrap-sass/assets/stylesheets/
30+
sass_dir: assets/vendor/
3131
style: :compressed
3232

3333
# Custom site configuration

_layouts/site.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script type="text/javascript" src="{{ page.leadingpath }}js/jquery.min.js"></script>
1515

1616
<!-- Latest compiled and minified JavaScript -->
17-
<script src="{{ page.leadingpath }}dependencies/bootstrap-sass/assets/javascripts/bootstrap.js"></script>
17+
<script src="{{ page.leadingpath }}assets/vendor/bootstrap-sass/dist/js/bootstrap.min.js"></script>
1818

1919

2020
<!--Scrollsnap-->
@@ -26,6 +26,7 @@
2626
<script src="{{ page.leadingpath }}_javascript/curriculum.js"></script>
2727

2828
<!--Curriculum special styling-->
29+
<link rel="stylesheet" href="{{ page.leadingpath }}assets/vendor/octicons/octicons/octicons.css" type="text/css" />
2930
<link rel="stylesheet" href="{{ page.leadingpath }}_stylesheets/curriculum.css" type="text/css" />
3031

3132
{% include analytics.html %}

0 commit comments

Comments
 (0)