1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 08:43:23 -05:00

Adjusting how javascript is loaded

Now js is loaded per controller
This commit is contained in:
Jason Denney 2013-05-25 10:12:03 -04:00
parent 75734a075c
commit db6b7ff7da
4 changed files with 2 additions and 2 deletions

View File

@ -12,5 +12,4 @@
//
//= require jquery
//= require jquery_ujs
//= require twitter/bootstrap
//= require_tree .
//= require custom_netzke_helpers

View File

View File

@ -28,3 +28,4 @@
%p © Velocipede 2013
= javascript_include_tag "application"
= javascript_include_tag params[:controller]