1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Description: Set rails engine root
Debian specific
Author: Pirate Praveen <praveen@debian.org>
Last-Updated: 31-12-2014
Index: ruby-js-image-paths-0.0.1/lib/js_image_paths/engine.rb
===================================================================
--- ruby-js-image-paths-0.0.1.orig/lib/js_image_paths/engine.rb
+++ ruby-js-image-paths-0.0.1/lib/js_image_paths/engine.rb
@@ -1,6 +1,6 @@
module JsImagePaths
class Engine < Rails::Engine
-
+ config.root = '/usr/share/ruby-js-image-paths'
isolate_namespace(JsImagePaths)
initializer('js_image_paths.compile', after: 'sprockets.environment') do |application|
|