File: assets-path

package info (click to toggle)
ruby-jquery-scrollto-rails 1.4.3%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 124 kB
  • sloc: ruby: 15; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 518 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Change path of vendor javascript
 Change root path to look for embedded vendor javascripts
Author: Balasankar C <balasankarc@autistici.org>
Last-Update: 2015-06-30
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/lib/jquery-scrollto-rails/rails/engine.rb
+++ b/lib/jquery-scrollto-rails/rails/engine.rb
@@ -1,6 +1,7 @@
 module JqueryScrollto
   module Rails
     class Engine < ::Rails::Engine
+        config.root = '/usr/share/ruby-jquery-scrollto-rails'
     end
   end
 end