Skip to content

Instantly share code, notes, and snippets.

@JeongInyoung
Forked from yamoo9/Gemfile
Created June 27, 2014 11:54
Show Gist options
  • Save JeongInyoung/1180dfa0da361454cd3f to your computer and use it in GitHub Desktop.
Save JeongInyoung/1180dfa0da361454cd3f to your computer and use it in GitHub Desktop.
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'
@JeongInyoung
Copy link
Author

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 버전확인)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment