Last active
December 12, 2015 03:28
-
-
Save StanAngeloff/4706813 to your computer and use it in GitHub Desktop.
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
$ gem --version | |
1.8.23 | |
$ ruby --version | |
ruby 1.9.2p320 (2012-04-20 revision 35421) [x86_64-linux] | |
$ uname -a | |
Linux stan-inspiron 3.5.0-23-generic #35-Ubuntu SMP Thu Jan 24 13:15:40 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux | |
$ bundle install --path 'vendor/' --binstubs 'vendor/.bin/' | |
Using chunky_png (1.2.7) | |
Using listen (0.5.3) | |
Using sass (3.2.5) | |
Using compass (0.13.alpha.0.5204c81) from git://github.com/chriseppstein/compass.git (at 5204c81) | |
Using ffi (1.3.1) | |
Using rb-inotify (0.8.8) | |
Using bundler (1.2.3) | |
Your bundle is complete! It was installed into ./vendor |
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
css_dir = '' | |
sass_dir = '' | |
images_dir = '../images' | |
relative_assets = true | |
environment = :development | |
line_comments = false | |
add_import_path '../../components/normalize.scss/' |
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
source :rubygems | |
gem 'sass', '3.2.5' | |
gem 'compass', :git => 'git://github.com/chriseppstein/compass.git', :ref => '5204c8168a' | |
# Suggested by the Listen gem. | |
gem 'rb-inotify', '~> 0.8.8' |
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
GIT | |
remote: git://github.com/chriseppstein/compass.git | |
revision: 5204c8168a2012a709dfeac907083e9b1b379239 | |
ref: 5204c8168a | |
specs: | |
compass (0.13.alpha.0.5204c81) | |
chunky_png (~> 1.2) | |
listen (~> 0.5.3) | |
sass (~> 3.2.0.alpha.93) | |
GEM | |
remote: http://rubygems.org/ | |
specs: | |
chunky_png (1.2.7) | |
ffi (1.3.1) | |
listen (0.5.3) | |
rb-inotify (0.8.8) | |
ffi (>= 0.5.0) | |
sass (3.2.5) | |
PLATFORMS | |
ruby | |
DEPENDENCIES | |
compass! | |
rb-inotify (~> 0.8.8) | |
sass (= 3.2.5) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment