Sammyjo20 / lasso

🐎 Lasso is a Laravel package created to make your deployments blazing fast.

Home Page:https://getlasso.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add "public/hot" directory to forbidden directories

Sammyjo20 opened this issue · comments

The "hot" directory is left by Webpack in local development environments, so this should be ignored for production assets. This will need to be added to the "forbiddenDirectories" array in Sammyjo20\Lasso\Tasks\Publish\BundleJob.