Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 403 Bytes

BuildingSassInOne.md

File metadata and controls

9 lines (8 loc) · 403 Bytes

How to build Sass-In-One

  1. Check out Sass.
  2. Copy the ext/build_sass_in_one.rb script to the sass/lib directory.
  3. ruby build_sass_in_one.rb > sass_in_one.rb 2>log.txt - this will probably throw a few errors.
  4. Keep trying to run sass_in_one.rb and fixing up the runtime errors (Sass tries to build its version info from files in the Gem - replace it with hardcoded strings)