Add Gollum.assets_path hook
This commit is contained in:
@@ -23,6 +23,10 @@ require File.expand_path('../gollum/web_sequence_diagram', __FILE__)
|
|||||||
module Gollum
|
module Gollum
|
||||||
VERSION = '1.4.2'
|
VERSION = '1.4.2'
|
||||||
|
|
||||||
|
def self.assets_path
|
||||||
|
::File.expand_path('gollum/frontend/public', ::File.dirname(__FILE__))
|
||||||
|
end
|
||||||
|
|
||||||
class Error < StandardError; end
|
class Error < StandardError; end
|
||||||
|
|
||||||
class DuplicatePageError < Error
|
class DuplicatePageError < Error
|
||||||
|
|||||||
Reference in New Issue
Block a user