> For the complete documentation index, see [llms.txt](https://eucalypt.gitbook.io/eucalypt/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eucalypt.gitbook.io/eucalypt/features/configuration/asset-pipeline/manifest-asset-files.md).

# Manifest asset files

### Location <a href="#location" id="location"></a>

* 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 <a href="#more-information" id="more-information"></a>

* For more information about the manifest stylesheet file, [read the comments in `application.scss`](https://github.com/eonu/eucalypt/blob/master/lib/eucalypt/core/templates/eucalypt/app/assets/stylesheets/application.scss).
* For more information about the manifest javascript file, [read the comments in `application.js`](https://github.com/eonu/eucalypt/blob/master/lib/eucalypt/core/templates/eucalypt/app/assets/scripts/application.js).

### Accessing the manifest asset files <a href="#accessing-the-manifest-asset-files" id="accessing-the-manifest-asset-files"></a>

To access the manifest asset files, you can use [the manifest accessor method](/eucalypt/features/manifest-accessor.md).
