Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Changed ordering to speed up options loading
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb committed May 16, 2015
1 parent 93006ec commit 5f275d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/layout.jade
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ html
script(src="/bower_components/bootstrap-material-design/dist/js/ripples.min.js")
script(src="/bower_components/bootstrap-material-design/dist/js/material.min.js")
script(src="/bower_components/geolib/dist/geolib.min.js")
script(src="/js/GoogleAnalytics.js")
script(src="/bower_components/geolocator/src/geolocator.min.js")
script(data-main='/js/main.js', src="/js/lib/require.min.js")
script(src="/js/GoogleAnalytics.js")
body
.container
.row
Expand Down

0 comments on commit 5f275d2

Please sign in to comment.