mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
Use Bundler for dependency management
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
site
|
||||
.bundle
|
||||
.DS_Store
|
||||
.rvmrc
|
||||
.sass-cache
|
||||
|
||||
10
Gemfile
Normal file
10
Gemfile
Normal file
@ -0,0 +1,10 @@
|
||||
source "http://rubygems.org"
|
||||
source "http://gems.github.com"
|
||||
|
||||
gem 'activesupport', "2.3.2"
|
||||
gem 'henrik-jekyll'
|
||||
gem 'compass'
|
||||
gem 'compass-colors'
|
||||
gem 'rdiscount'
|
||||
gem 'fssm'
|
||||
gem 'serve'
|
||||
Reference in New Issue
Block a user