update the example to use a valid $asset name
Created by: alifrumin
hook_civicrm_buildAsset assumes the $asset will look like a file name in the example the $asset is set to 'mycss', but using 'mycss' will throw an error, this changes the example to use 'mycss.css' which will work.