lib/app_drone/drones/zzz/bootstrap/bootstrap.rb~ in app_drone-0.1.0 vs lib/app_drone/drones/zzz/bootstrap/bootstrap.rb~ in app_drone-0.2.0

- old
+ new

@@ -11,11 +11,11 @@ bundle.add 'compass_twitter_bootstrap', group: :assets if params[:vendor] # TODO different require paths for stylesheet else - stylesheet.add_import 'compass_twitter_bootstrap' - stylesheet.add_import 'compass_twitter_bootstrap_responsive' if params[:responsive] + stylesheet.import 'compass_twitter_bootstrap' + stylesheet.import 'compass_twitter_bootstrap_responsive' if params[:responsive] # TODO js imports - based on options end end def execute