Sha256: 8cc6ae38fa09cbceeaf486174f232da0b9fdfca094f398603f911c79c20fa167

Contents?: true

Size: 814 Bytes

Versions: 12

Compression:

Stored size: 814 Bytes

Contents

// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// compiled file.
//
// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
// about supported directives.
//
<%- if options.cdn == "none" -%>
//= require jquery
  <%- if options.ui? -%>
//= require jquery-ui
  <%- end -%>
<%- end -%>
//= require jquery_ujs
<%- if options.cdn == "none" -%>
//= require bootstrap
<%- end -%>
//= require_tree .

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
bootswatch_rails-3.3.1.1 lib/generators/bootswatch_rails/install/templates/application.js
bootswatch_rails-3.3.1.0 lib/generators/bootswatch_rails/install/templates/application.js
bootswatch_rails-3.3.0.11 lib/generators/bootswatch_rails/install/templates/application.js
bootswatch_rails-3.3.0.10 lib/generators/bootswatch_rails/install/templates/application.js
bootswatch_rails-3.3.0.9 lib/generators/bootswatch_rails/install/templates/application.js
bootswatch_rails-3.3.0.8 lib/generators/bootswatch_rails/install/templates/application.js
bootswatch_rails-3.3.0.7 lib/generators/bootswatch_rails/install/templates/application.js
bootswatch_rails-3.3.0.6 lib/generators/bootswatch_rails/install/templates/application.js
bootswatch_rails-3.3.0.5 lib/generators/bootswatch_rails/install/templates/application.js
bootswatch_rails-3.3.0.4 lib/generators/bootswatch_rails/install/templates/application.js
bootswatch_rails-3.3.0.3 lib/generators/bootswatch_rails/install/templates/application.js
bootswatch_rails-3.3.0.2 lib/generators/bootswatch_rails/install/templates/application.js