Sha256: 5736d57575f466e6d993e5ab029c5e6603d3027c6f18dec33d385e6cdfe0b58f

Contents?: true

Size: 432 Bytes

Versions: 4

Compression:

Stored size: 432 Bytes

Contents

require 'sass'
require 'sprockets'

# This is an example configuration File
# Look here for all the available options:
# http://petebrowne.github.com/massimo/configuration/

if config.environment.production?
  # Use JSMin for javascript compression
  # config.javascripts_compressor = :min
  
  # Compress the output of Sass stylesheets
  # config.sass = { :style => :compressed }
end

helpers do
  # Define helper methods here
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
massimo-0.8.3 lib/massimo/templates/site/config.rb
massimo-0.8.2 lib/massimo/templates/site/config.rb
massimo-0.8.1 lib/massimo/templates/site/config.rb
massimo-0.8.0 lib/massimo/templates/site/config.rb