Skip to content

Instantly share code, notes, and snippets.

@kevinrobinson
Last active November 20, 2015 23:02
Show Gist options
  • Save kevinrobinson/a4bac21ea536e81722a1 to your computer and use it in GitHub Desktop.
Save kevinrobinson/a4bac21ea536e81722a1 to your computer and use it in GitHub Desktop.
// Sprockets style:
//= require jquery
//= require profile
//= require profile_interventions
//= require session_timeout_warning
// CommonJS style:
window.jQuery = window.$ = require('jquery');
require('./profile');
require('./profile_interventions');
require('./session_timeout_warning');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment