Hello everyone,
I am trying to include a JS library (GeoExt) in an existing Rails application. Following the Asset Pipeline guide, I did:
Created the folder
/vendor/assets/javascripts/GeoExtto where I copied all the JS modules.Created the file
/vendor/assets/javascripts/GeoExt/index.jscontaining the//= require_tree .directive.In the
application.jsfile included the directive//= require GeoExt.
With this setting I am getting a 404 error every time a module from this library is referenced. What am I doing wrong?
Thank you.
No comments:
Post a Comment