Thursday, August 18, 2016

Manifest File

A manifest file contains metadata for a group of files that are part of a coherent unit. In Rails, app/assets/javascripts/application.js is a manifest file. In this case the metadata is the directives that include javascript libraries.

//= require jquery
//= require jquery_ujs
//= require_tree .

No comments:

Post a Comment