Skip to content

Instantly share code, notes, and snippets.

@subchen
Created October 7, 2014 10:52
Show Gist options
  • Save subchen/ef757863d989d4e7a8f5 to your computer and use it in GitHub Desktop.
Save subchen/ef757863d989d4e7a8f5 to your computer and use it in GitHub Desktop.
scss_compass.bat
@echo off
set RUBY_HOME=C:\dev\ruby-1.9.3
set PATH=%RUBY_HOME%\bin;%PATH%
set COMPASS_LIB=%RUBY_HOME%\lib\ruby\gems\1.9.1\gems\compass-0.12.2\frameworks\compass\stylesheets
set SCSS_OPTS=-E utf-8 --compass --load-path "%COMPASS_SCSS_LIB%" --style expanded --no-cache
scss %SCSS_OPTS% %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment