mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
fffbf8ae36
fixes #8, #9, #10, #11 - Add Gemfile - Swap normalize.css with normalize-scss - Add grunt-contrib-sass task to compile sass - Ignore .sass-cache
5 lines
81 B
Ruby
5 lines
81 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'bourbon', "~> 3.1.8"
|
|
gem "sass", "~> 3.3.1"
|
|
|