lib/eucalypt/core/templates/eucalypt/app/assets/scripts/application.js in eucalypt-0.3.2 vs lib/eucalypt/core/templates/eucalypt/app/assets/scripts/application.js in eucalypt-0.3.3

- old
+ new

@@ -1,11 +1,11 @@ /* -------------------------------------------------------------------------------------------- * * 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 * + * <%= manifest :script %> If including only application.js * + * <%= manifest :stylesheet, :script %> 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. * \ No newline at end of file