Sha256: f41edd4fac29cc0992444011d1b2774a3736965b80acdde438236ddf6b61adae

Contents?: true

Size: 194 Bytes

Versions: 17

Compression:

Stored size: 194 Bytes

Contents

begin
  require 'jekyll'

  module CloudgovStyle
    class Generator < ::Jekyll::Generator
      def generate(site)
        Assets.copy_to_site site
      end
    end
  end
rescue LoadError
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
cloudgov-style-2.1.0 lib/cloudgov-style/generator.rb
cloudgov-style-1.4.2 lib/cloudgov-style/generator.rb
cloudgov-style-1.4.1 lib/cloudgov-style/generator.rb
cloudgov-style-1.4.0 lib/cloudgov-style/generator.rb
cloudgov-style-1.3.0 lib/cloudgov-style/generator.rb
cloudgov-style-1.2.1 lib/cloudgov-style/generator.rb
cloudgov-style-1.1.1 lib/cloudgov-style/generator.rb
cloudgov-style-1.1.0 lib/cloudgov-style/generator.rb
cloudgov-style-1.0.0 lib/cloudgov-style/generator.rb
cloudgov-style-0.7.3 lib/cloudgov-style/generator.rb
cloudgov-style-0.7.2 lib/cloudgov-style/generator.rb
cloudgov-style-0.7.0 lib/cloudgov-style/generator.rb
cloudgov-style-0.6.1 lib/cloudgov-style/generator.rb
cloudgov-style-0.6.0 lib/cloudgov-style/generator.rb
cloudgov-style-0.5.0 lib/cloudgov-style/generator.rb
cloudgov-style-0.3.0 lib/cloudgov-style/generator.rb
cloudgov-style-0.0.1 lib/cloudgov-style/generator.rb