Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sass_head.gemfile « gemfiles « test - github.com/twbs/bootstrap-sass.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: de6d8aeec4e437708d437c5121bf4373c6adebe7 (plain)
1
2
3
4
5
6
source "https://rubygems.org"

gem 'sass', git: 'https://github.com/sass/sass', branch: 'stable' # master is not compatible with Compass master
gem 'compass', git: 'https://github.com/chriseppstein/compass', branch: 'master', require: false

gemspec path: '../../'