Activate sprockets, downgrade to working version of jQuery

The 3.1.0 version of jQuery that we had previously included was
throwing errors; this downgrades to the version of jQuery that
was shipped with the version of Foundation that is in the project.
This commit is contained in:
Maggie Walker 2016-09-20 09:04:39 -07:00
parent 015d2c028a
commit 6c8a5c392f
5 changed files with 10 additions and 5 deletions

View file

@ -44,6 +44,7 @@ configure :build do
activate :minify_javascript
end
activate :sprockets
activate :autoprefixer
activate :directory_indexes
set :trailing_slash, false

View file

@ -1,2 +1,2 @@
//= require vendor/jquery-3.1.0.min
//= require vendor/jquery.min
//= require vendor/foundation.min

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long