2011-10-30 13:28:45 +00:00
|
|
|
// This is a manifest file that'll be compiled into including all the files listed below.
|
|
|
|
// Add new JavaScript/Coffee code in separate files in this directory and they'll automatically
|
|
|
|
// be included in the compiled file accessible from http://example.com/assets/application.js
|
|
|
|
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
|
|
|
|
// the compiled file.
|
|
|
|
//
|
|
|
|
//= require jquery
|
2011-11-10 01:43:19 +00:00
|
|
|
//= require jquery-ui
|
|
|
|
//= require jquery_ujs
|
|
|
|
//= require underscore
|
|
|
|
//= require handlebars
|
|
|
|
//= require backbone
|
2011-11-16 00:39:16 +00:00
|
|
|
//= require uploadify
|
|
|
|
//= require codemirror
|
2011-11-18 23:20:37 +00:00
|
|
|
//= require tinymce-jquery
|
2011-11-16 00:39:16 +00:00
|
|
|
//= require codemirror/overlay
|
|
|
|
//= require codemirror/modes/css
|
|
|
|
//= require codemirror/modes/javascript
|
|
|
|
//= require codemirror/modes/xml
|
|
|
|
//= require codemirror/modes/htmlmixed
|
2011-11-10 01:43:19 +00:00
|
|
|
//= require_tree ../../../vendor/assets/javascripts
|
|
|
|
//= require ./locomotive/application
|
2011-10-30 13:28:45 +00:00
|
|
|
|