eucalypt
Search…
>= 0.9.0
eucalypt
Installation
CLI
Features
Controllers
Helpers
Views
Static data
Core application file
Configuration
Manifest accessor
Application path helpers
Blog environment
Rendering static files
Maintenance mode
Powered By
GitBook
Manifest accessor
Usage
To include the manifest stylesheet file
application.css
in a view file:
1
<
html
>
2
<
head
>
<%= manifest :stylesheet %>
</
head
>
3
<
body
>
</
body
>
4
</
html
>
Copied!
To include the manifest javascript file
application.js
in a view file:
1
<
html
>
2
<
head
>
<%= manifest :script %>
</
head
>
3
<
body
>
</
body
>
4
</
html
>
Copied!
To include both the manifest javascript and stylesheet files in a view file:
1
<
html
>
2
<
head
>
<%= manifest :stylesheet, :script %>
</
head
>
3
<
body
>
</
body
>
4
</
html
>
Copied!
Previous
Database
Next
Application path helpers
Last modified
3yr ago
Copy link