Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add section to document how to manually include snowboard assets #56

Merged
merged 3 commits into from
Feb 20, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add missing backtick for closing code block
  • Loading branch information
mjauvin committed Feb 20, 2022
commit 2921a1c88a243f6f4eebc0718c94610f5cb0f8f0
4 changes: 2 additions & 2 deletions snowboard-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ You can use the asset combiner twig filter like this to include your stylesheets
'@snowboard.extras.css',
[other assets here]
] | theme }}">
``
```

You can use the asset combiner twig filter like this to include your scripts:

Expand All @@ -87,5 +87,5 @@ You can use the asset combiner twig filter like this to include your scripts:
'@snowboard.request',
'@snowboard.extras',
] | theme }}"></script>
``
```