Sha256: 8a1bc160ab21626113f6b4345c4c1c5f8717fd4705c307064b686ac822ae04db

Contents?: true

Size: 368 Bytes

Versions: 8

Compression:

Stored size: 368 Bytes

Contents

// the following stuff is default usually provided in any application, but is necessary for the app to work.

//= require jquery
//= require jquery_ujs
//= require underscore
//= require turbolinks
//= require modernizr.custom.63321.js
//= require cloudinary
//= require images
//= require data.js

$(document).ready(function() {
    $('select').material_select();
});

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
wordjelly-auth-1.1.0 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.0.9 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.0.8 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.0.5 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.0.4 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.0.3 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.0.2 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-0.0.8 app/assets/javascripts/auth/auth_dependencies.js