From db1a185343ea2240ad5c42d3d49fae13cf92bc92 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Mon, 3 Feb 2014 08:35:18 -0500 Subject: [PATCH] Add application.js for connect-assets to minify and concatenate JS files --- public/js/application.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 public/js/application.js diff --git a/public/js/application.js b/public/js/application.js new file mode 100644 index 0000000000..61d42a8e4a --- /dev/null +++ b/public/js/application.js @@ -0,0 +1,14 @@ +// 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 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 Connect Assets README (https://github.com/adunkman/connect-assets) for details +// about supported directives. + +//= require lib/jquery-2.1.0.min +//= require lib/bootstrap.min +//= require main \ No newline at end of file