Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…erplate

Conflicts:
	lib/html5-boilerplate.rb
  • Loading branch information
heygrady committed Jan 18, 2012
2 parents 75a9d55 + 72a7989 commit 34e557b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/html5-boilerplate.rb
@@ -1,5 +1,5 @@
require 'compass-h5bp'
Compass::Frameworks.register("html5-boilerplate", :path => "#{File.dirname(__FILE__)}/..")
Compass::Frameworks.register("html5-boilerplate", :path => "#{File.dirname(__FILE__)}/..") if defined?(Compass)

if defined?(ActionController)
require File.join(File.dirname(__FILE__), 'app', 'helpers', 'html5_boilerplate_helper')
Expand Down

0 comments on commit 34e557b

Please sign in to comment.