Sha256: 7384066393ae8f92347f503eacdbfffdf9ed32466c6181b30f4641beb7d21c07
Contents?: true
Size: 876 Bytes
Versions: 3
Compression:
Stored size: 876 Bytes
Contents
// 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. // //= require_self //= require_tree ./lib //= require red_base/dashboard/init //= require red_base/dashboard/app //= require_tree . <% RedBase::Plugins.names.each do |plugin_name| %> <% require_asset "#{plugin_name}/application.js" %> <% end %> $(function(){ $(document).foundation(); });
Version data entries
3 entries across 3 versions & 1 rubygems