houston/houston-core

View on GitHub
app/assets/javascripts/houston/vendor.js

Summary

Maintainability
A
0 mins
Test Coverage
// 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.
//
//* Houston's client-side stack
//= require underscore
//= require backbone
//= require handlebars
//= require neat
//= require bootstrap
//= require jquery-ui
//
//* for graphics
//= require d3
//
//* for rendering Markdown
//= require showdown
//
//* for showing Flash messages
//= require alertify
//
//* for accepting files
//= require dropzone
//
//* for Houston's mobile navigation
//= require slideout
//
//* for rendering simple tables
//= require jquery.tablesorter.js
//
//* for formatting times as elapsed, `formatTimeAgo` helper
//= require jquery.timeago.js
//
//* for defining keyboard shortcuts
//= require mousetrap
//
//* for autogrowing textareas
//= require jquery.autosize.js