Skip to content

Instantly share code, notes, and snippets.

@aNd1coder
aNd1coder / config.rb
Last active September 9, 2018 17:49
config.rb for compass
# 默认编码
Encoding.default_external = "utf-8"
# compass插件
require 'autoprefixer-rails'
require 'csso'
# import远程scss文件
require 'remote-sass'
RemoteSass.location = "http://path/to/the/static/root"
@aNd1coder
aNd1coder / compass.bat
Created October 10, 2013 04:55
custom compass compiled css filename
@ruby.exe -x "%~dpnx0" %*
goto :eof
#!ruby
module Compass
module Actions
end
end
require "compass/compiler"
module Compass