Sha256: 39a0f43af54f2d7cb2fbcdc326084b47ba6175592de955b060c8c9a8618fcddc
Contents?: true
Size: 1.38 KB
Versions: 10
Compression:
Stored size: 1.38 KB
Contents
/* -------------------------------------------------------------------------------------------- * * This file contains `require` directives to Javascript files. * * All of these Javascript files will be compiled into a single Javascript file. * * To use this combined file, include the following in the head section of your views: * * * * <%= application :js %> If including only application.js * * <%= application :css, :js %> If including application.css as well * * * * By default, every file in the /assets/scripts directory is required by `require_tree .` * * However, you may remove the `require_tree .` directive and instead specify individual files. * * * * Any global Javascript code can be included directly in this file. * * NOTE: JS code defined in this file will be overwritten by JS code written in other files. * * -------------------------------------------------------------------------------------------- * *= require_self *= require_tree . */
Version data entries
10 entries across 10 versions & 1 rubygems