lib/app_drone/drones/bootstrap/bootstrap.rb~ in app_drone-0.7.0 vs lib/app_drone/drones/bootstrap/bootstrap.rb~ in app_drone-0.8.0
- old
+ new
@@ -2,10 +2,10 @@
module AppDrone
class Bootstrap < Drone
desc "Installs Twitter Bootstrap stylesheets and javascripts"
category :ui
- param :vendor, :boolean, info: 'place a local copy of the files into the repo for customization'
+ #param :vendor, :boolean, info: 'place a local copy of the files into the repo for customization'
param :responsive, :boolean, info: 'include responsive grid'
param :font_awesome, :boolean, info: 'use font-awesome for icons', default: true
param :javascript_plugins, :choose_many, info: 'pipeline javascript plugin files', default: [], choices: %w(modal dropdown scrollspy tab tooltip popover alert button collapse carousel typeahead)
depends_on :bundle, :stylesheet, :javascript