Skip to content

Commit

Permalink
rename bootstrap and jquery assets to indicate that they are pulled s…
Browse files Browse the repository at this point in the history
…pecificially for apic
  • Loading branch information
randym committed Jan 16, 2014
1 parent 9430488 commit ac93faf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/assets/javascripts/apic/application.js
Expand Up @@ -9,7 +9,8 @@
//
// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
// about supported directives.
//= require apic/jquery/jquery-1.10.2.min.js
//= require apic/bootstrap/bootstrap.min.js

//= require apic/jquery/apic.jquery-1.10.2.min.js
//= require apic/bootstrap/apic.bootstrap.min.js
//= require_tree ./components/
//= require apic/apic.js

0 comments on commit ac93faf

Please sign in to comment.