Sammyjo20 / lasso

🐎 Lasso is a Laravel package created to make your deployments blazing fast.
MIT License
341 stars 16 forks source link

Add "public/hot" directory to forbidden directories #20

Closed Sammyjo20 closed 4 years ago

Sammyjo20 commented 4 years ago

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.