# File lib/generators/bootstrap/customize_generator.rb, line 24
    def customize_js_components
      if options.js_components?
        template "bootstrap-custom.js", "app/assets/javascripts/bootstrap-custom.js"
        append_file "app/assets/javascripts/bootstrap-custom.js" do
          File.read File.expand_path("../../../../app/assets/javascripts/twitter/bootstrap.js", __FILE__)
        end
      end
    end