Skip to content

Commit

Permalink
Don't ignore the dist folder in /javascripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjohnson committed May 31, 2018
1 parent 4dccf15 commit a10fcb8
Show file tree
Hide file tree
Showing 4 changed files with 1,130 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ node_modules
### grunt ###
# Grunt usually compiles files inside this directory
dist/
!javascripts/dist

# Grunt usually preprocesses files such as coffeescript, compass... inside the .tmp directory
.tmp/
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ <h2 id="aria__quicklinks-heading" class="u-text-left">Undergraduate Information<
</footer>


<script src="../javascripts/dist/catalog.min.js"></script>
<script src="javascripts/dist/catalog.min.js"></script>
<script async defer src="https://fast.fonts.net/jsapi/3f7b1335-4c99-4404-92cf-3ba0e32e8f17.js"></script> <!-- Helvetica Neue Light & Bold Condensed web font, valid for *.wvu.edu, *.wvutech.edu, & localhost -->

<!-- NOTE: Google Analytics -->
Expand Down
Loading

0 comments on commit a10fcb8

Please sign in to comment.