Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with Header #2

Open
sbrocos opened this issue Nov 29, 2016 · 1 comment
Open

Problem with Header #2

sbrocos opened this issue Nov 29, 2016 · 1 comment

Comments

@sbrocos
Copy link

sbrocos commented Nov 29, 2016

download the project, without changes, run app and the header not run anything link open dropdown, modal (search), etc. Not working

But... without errors in console.

@cyri113
Copy link

cyri113 commented May 9, 2017

I think this has to do with a missing javascript file. My understanding is that we should also load the bootstrap javascript file in application.js i.e.:

// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// compiled file.
//
// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
// about supported directives.
//
//= require pace/pace.min
//= require jquery
//= require jquery_ujs
//= require turbolinks
//= require modernizr.custom
//= require bootstrapv3/js/bootstrap.min
//= require jquery-unveil/jquery.unveil.min
//= require jquery-bez/jquery.bez.min
//= require jquery-ios-list/jquery.ioslist.min
//= require imagesloaded/imagesloaded.pkgd.min
//= require jquery-actual/jquery.actual.min
//= require jquery-scrollbar/jquery.scrollbar.min
//= require pages
//= require_tree .

NOTE the addition of //= require bootstrapv3/js/bootstrap.min

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants