Sha256: 9e89ef45f6dac8432f42aa84ad647c3d1725e0e0de3634a884768d1eb61f13a1

Contents?: true

Size: 440 Bytes

Versions: 3

Compression:

Stored size: 440 Bytes

Contents

require "chaplinks/library/timeline/version"
require "chaplinks/library/timeline/railtie" if defined? Rails

module Chaplinks
  module Library
    module Timeline
      class Engine < ::Rails::Engine
        initializer "assets.precompile" do |app|
          app.config.assets.precompile += %w( chaplinks-library/timeline chaplinks-library/timeline/index.js chaplinks-library/timeline/timeline.css )
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
chaplinks-library-timeline-2.9.0 lib/chaplinks/library/timeline.rb
chaplinks-library-timeline-2.5.5 lib/chaplinks/library/timeline.rb
chaplinks-library-timeline-2.5.2 lib/chaplinks/library/timeline.rb