Skip to content

Readme needs explanation on how to substitue assets link in template #81

@albertoaa

Description

@albertoaa

I was reviewing the Readme and I didn't find how to use generated versioned files on my template. For instance what should I do to replace on my index.html file:
<link rel="stylesheet" href="styles/app.css">
<script src="app.js"></script>
with the appropiate asset versioned file? Something like:
<link rel="stylesheet" href="styles/app.min.f4ae3f.css">
<script src="app.271e7f.js"></script>
generated after runing the task

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions