Skip to content

Commit

Permalink
Add note about using mix for asset management on hex
Browse files Browse the repository at this point in the history
  • Loading branch information
Gazler committed Nov 24, 2023
1 parent a550ae5 commit c582ac8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion guides/asset_management.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ If you want to import JavaScript dependencies, you have at least three options t
New applications use this third approach to import Heroicons, avoiding
vendoring a copy of all icons when you may only use a few or even none,
avoiding Node.js and `npm`, and tracking an explicit version that is easy to
update thanks to Mix.
update thanks to Mix. It is important to note that git dependencies cannot
be used by Hex packages, so if you intend to publish your project to Hex,
consider vendoring the files instead.

## CSS

Expand Down

0 comments on commit c582ac8

Please sign in to comment.