Manifest asset files
Location
The manifest stylesheet file is located at
app/assets/stylesheets/application.scss
.The manifest javascript file is located at
app/assets/scripts/application.js
.
More information
For more information about the manifest stylesheet file, read the comments in
application.scss
.For more information about the manifest javascript file, read the comments in
application.js
.
Accessing the manifest asset files
To access the manifest asset files, you can use the manifest accessor method.
Last updated