asset
asset copied to clipboard
asset creates a public/ directory even if the asset isn't found
If a asset isn't found asset still creates the public/ (or whatever directory is passed in) directory. for example:
ls | grep public
asset asdf
unregistered asset asdf
ls | grep public
public
yeah, not really a huge deal though, assuming you will have something in there since you are trying to install assets to it anyway