Skip to content

Hacky Rack plugin that runs sassc on scss files before their corresponding css file is loaded.

License

Notifications You must be signed in to change notification settings

hkrutzer/sasscrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SasscRack

Build Status

Hacky Rack plugin that runs sassc on scss files before their corresponding css file is loaded. Libsass and sassc are required.

Example usage

require "sassc_rack"

use SasscRack,
    :write_file => false,
    :static_path => "html",
    :loadpaths => ["html/stylesheets"]

About

Hacky Rack plugin that runs sassc on scss files before their corresponding css file is loaded.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages