asset icon indicating copy to clipboard operation
asset copied to clipboard

asset creates a public/ directory even if the asset isn't found

Open ghost opened this issue 14 years ago • 1 comments

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

ghost avatar Apr 17 '11 00:04 ghost

yeah, not really a huge deal though, assuming you will have something in there since you are trying to install assets to it anyway

tj avatar Apr 17 '11 23:04 tj