Sha256: 4fc0d938d1e2451b03b946bcd8cb39d790ad54b5334084cf647c93509ecb7f1b

Contents?: true

Size: 289 Bytes

Versions: 3

Compression:

Stored size: 289 Bytes

Contents

module Jabe
  module Generators
    class StylesheetsGenerator < Rails::Generators::Base
      %w( boilerplate handheld jabe ).each do |sheet|
        system("bundle exec sass #{Jabe::Engine.root}/app/stylesheets/#{sheet}.scss public/stylesheets/#{sheet}.css")
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jabe-0.5.9 lib/generators/jabe/stylesheets/stylesheets_generator.rb
jabe-0.5.8 lib/generators/jabe/stylesheets/stylesheets_generator.rb
jabe-0.5.7 lib/generators/jabe/stylesheets/stylesheets_generator.rb