removed boilerplate from the compass config
This commit is contained in:
parent
28134c9c63
commit
636a8ed8f2
|
@ -66,8 +66,6 @@ GEM
|
|||
activesupport
|
||||
builder
|
||||
hpricot (0.8.4)
|
||||
html5-boilerplate (0.3.2)
|
||||
compass (>= 0.10.0)
|
||||
i18n (0.5.0)
|
||||
jammit (0.6.0)
|
||||
closure-compiler (>= 0.1.0)
|
||||
|
@ -151,7 +149,6 @@ DEPENDENCIES
|
|||
haml-rails
|
||||
hoptoad_notifier (~> 2.3)
|
||||
hpricot
|
||||
html5-boilerplate
|
||||
jammit
|
||||
pg
|
||||
rails (= 3.0.5)
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# This configuration file works with both the Compass command line tool and within Rails.
|
||||
require 'html5-boilerplate'
|
||||
# Require any additional compass plugins here.
|
||||
|
||||
project_type = :rails
|
||||
|
|
Loading…
Reference in New Issue