mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-13 22:53:32 +03: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
6 lines
81 B
Ruby
6 lines
81 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'bourbon', "~> 3.1.8"
|
|
gem "sass", "~> 3.3.1"
|
|
|