Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Does not work out of the box #57

Open
maxgronlund opened this issue Mar 24, 2016 · 0 comments
Open

Does not work out of the box #57

maxgronlund opened this issue Mar 24, 2016 · 0 comments

Comments

@maxgronlund
Copy link

created new rails project using ruby version 2.2.2

in Gemfile
...
gem 'rails', '4.2.4'
...
gem 'jquery-turbolinks'

$ bundle install
....
Using turbolinks 2.5.3
Using jquery-turbolinks 2.1.0

in application.js
//= require jquery
//= require jquery.turbolinks
//= require jquery_ujs
//= require turbolinks
//= require_tree .

when running app / loading page
couldn't find file 'turbolinks' with type 'application/javascript'
//= require turbolinks << pointing to this line

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

No branches or pull requests

1 participant