Commit 304c0c2
Changed files (2)
app
assets
javascripts
views
layouts
app/assets/javascripts/public.js.coffee
@@ -0,0 +1,17 @@
+#// 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.
+#//
+#= require jquery
+#= require jquery_ujs
+#= require bootstrap
+#= require jquery
+#= require_self
app/views/layouts/public.html.erb
@@ -9,7 +9,7 @@
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
<title>Signin Template for Bootstrap</title>
<%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
- <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
+ <%= javascript_include_tag "public", "data-turbolinks-track" => true %>
<%= csrf_meta_tags %>
</head>
<body>