mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
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:
parent
015d2c028a
commit
6c8a5c392f
5 changed files with 10 additions and 5 deletions
|
@ -44,6 +44,7 @@ configure :build do
|
|||
activate :minify_javascript
|
||||
end
|
||||
|
||||
activate :sprockets
|
||||
activate :autoprefixer
|
||||
activate :directory_indexes
|
||||
set :trailing_slash, false
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
//= require vendor/jquery-3.1.0.min
|
||||
//= require vendor/jquery.min
|
||||
//= require vendor/foundation.min
|
4
www/source/javascripts/jquery-3.1.0.min.js
vendored
4
www/source/javascripts/jquery-3.1.0.min.js
vendored
File diff suppressed because one or more lines are too long
8
www/source/javascripts/vendor/jquery.min.js
vendored
Normal file
8
www/source/javascripts/vendor/jquery.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue