-
-
Save JeongInyoung/1180dfa0da361454cd3f to your computer and use it in GitHub Desktop.
This file contains 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
source 'http://rubygems.org' | |
gem 'compass', '~>1.0.0.alpha.13' | |
gem 'breakpoint', '~>2.4.2' | |
gem 'singularitygs', '~>1.2.0.rc.6' | |
gem 'singularity-extras', '~>1.0.0.alpha.3' | |
gem 'toolkit', '~>2.0.0.alpha.7' | |
gem 'susy', :git => 'git://github.com/ericam/susy.git', :tag => 'v1.0.rc.1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://bundler.io/v1.6/bundle_install.html (블로그)
mkdir bundler_project
cd .\bundler_project
bundle install
touch Gemfile
(Gemfile - 파일생성 후 위에 코드 삽입)
sub1 Gemfile
gem list (설치리스트확인)
gem install oily_png (compass 속도를 빠르게)
https://rubygems.org/gems/oily_png (oily_png 버전확인)