Class Blueprint::Compressor
In: lib/blueprint/compressor.rb
Parent: Object

Methods

Constants

TEST_FILES = ['index.html', 'parts/elements.html', 'parts/forms.html', 'parts/grid.html', 'parts/sample.html']

Attributes

custom_css  [RW] 
custom_layout  [RW] 
custom_path  [R] 
destination_path  [R] 
loaded_from_settings  [R] 
namespace  [RW] 
plugins  [RW] 
project_name  [RW] 
script_name  [R] 
semantic_classes  [RW] 

Public Class methods

constructor

Public Instance methods

overridden setter method for destination_path also sets custom_path flag on Blueprint::Compressor instance

generates output CSS based on any args passed in overwrites any existing CSS, as well as grid.png and tests

[Validate]