Sha256: 77a81c918f3bf4fd61c390399fb96305ca08220fc80cc7c4edf17ada0398735b

Contents?: true

Size: 390 Bytes

Versions: 27

Compression:

Stored size: 390 Bytes

Contents

# frozen_string_literal: true

module WCC::Contentful::App
  class Engine < ::Rails::Engine
    config.assets.precompile += %w[*.jpg *.png *.svg]
    config.assets.precompile +=
      [
        'config/manifest.js'
      ].map { |f| File.expand_path("../../../../../app/assets/#{f}", __FILE__) }

    config.generators do |g|
      g.test_framework :rspec, fixture: false
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
wcc-contentful-app-1.5.1 lib/wcc/contentful/app/engine.rb
wcc-contentful-app-1.5.0 lib/wcc/contentful/app/engine.rb
wcc-contentful-app-1.5.0.rc1 lib/wcc/contentful/app/engine.rb
wcc-contentful-app-1.4.0 lib/wcc/contentful/app/engine.rb
wcc-contentful-app-1.4.0.rc3 lib/wcc/contentful/app/engine.rb
wcc-contentful-app-1.4.0.rc2 lib/wcc/contentful/app/engine.rb
wcc-contentful-app-1.3.2 lib/wcc/contentful/app/engine.rb
wcc-contentful-app-1.4.0.rc1 lib/wcc/contentful/app/engine.rb
wcc-contentful-app-1.3.1 lib/wcc/contentful/app/engine.rb
wcc-contentful-app-1.3.0 lib/wcc/contentful/app/engine.rb
wcc-contentful-app-1.2.1 lib/wcc/contentful/app/engine.rb
wcc-contentful-app-1.2.0 lib/wcc/contentful/app/engine.rb
wcc-contentful-app-1.1.2 lib/wcc/contentful/app/engine.rb
wcc-contentful-app-1.1.1 lib/wcc/contentful/app/engine.rb
wcc-contentful-app-1.1.0 lib/wcc/contentful/app/engine.rb
wcc-contentful-app-1.0.8 lib/wcc/contentful/app/engine.rb
wcc-contentful-app-1.0.7 lib/wcc/contentful/app/engine.rb
wcc-contentful-app-1.0.6 lib/wcc/contentful/app/engine.rb
wcc-contentful-app-1.0.5 lib/wcc/contentful/app/engine.rb
wcc-contentful-app-1.0.4 lib/wcc/contentful/app/engine.rb