hanami / cli

Hanami command line
MIT License
26 stars 24 forks source link

Underscore slice names in public asset dirs #141

Closed timriley closed 4 months ago

timriley commented 4 months ago

This will avoid naming collisions with ordinary user-controlled files or directories.

Uses the new Hanami::Assets.public_assets_dir method introduced in https://github.com/hanami/assets/pull/140.