Hi, this is probably a problem of configuration but...
how we can integrate our assets in the package?
[ ] add the "assets_path" : "assets/" in the composer.json file in the "extra"
[ ] add our file in the assets/* and subfolder
and?? because this 2 step don't produce nothing.
Reading the log generated by php repoman update ../myproject/ --log_level=4 I can't find anything about the assets...
Hi, this is probably a problem of configuration but... how we can integrate our assets in the package?
"assets_path" : "assets/"
in thecomposer.json
file in the"extra"
and?? because this 2 step don't produce nothing. Reading the log generated by
php repoman update ../myproject/ --log_level=4
I can't find anything about the assets...What is wrong ?? Thx for your help