This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 默认编码 | |
Encoding.default_external = "utf-8" | |
# compass插件 | |
require 'autoprefixer-rails' | |
require 'csso' | |
# import远程scss文件 | |
require 'remote-sass' | |
RemoteSass.location = "http://path/to/the/static/root" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ruby.exe -x "%~dpnx0" %* | |
goto :eof | |
#!ruby | |
module Compass | |
module Actions | |
end | |
end | |
require "compass/compiler" | |
module Compass |
NewerOlder