# HG changeset patch # User edogawaconan # Date 1404366658 -32400 # Node ID 0b3a5edd923d086c1f00ef1826856c57bfdf4fff # Parent 49ae9d1f4f2c0fe24d41a8bcde65f021b33e3c7b coffee: application. diff -r 49ae9d1f4f2c -r 0b3a5edd923d app/assets/javascripts/application.js --- a/app/assets/javascripts/application.js Thu Jul 03 14:50:18 2014 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,17 +0,0 @@ -// 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 -// the compiled file. -// -// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD -// GO AFTER THE REQUIRES BELOW. -// -//= require jquery_ujs -//= require bootstrap/tab -//= require bootstrap/button -//= require bootstrap/dropdown -//= require boot diff -r 49ae9d1f4f2c -r 0b3a5edd923d app/assets/javascripts/application.js.coffee --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/app/assets/javascripts/application.js.coffee Thu Jul 03 14:50:58 2014 +0900 @@ -0,0 +1,5 @@ +#= require jquery_ujs +#= require bootstrap/tab +#= require bootstrap/button +#= require bootstrap/dropdown +#= require boot