luyadev / luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
https://luya.io
MIT License
811 stars 205 forks source link

Assets default sourcePath #1998

Closed nadar closed 4 years ago

nadar commented 4 years ago

in luya\web\Assets the sourcePath should point into a default location for asset files instead of working with aliases. The same behavior like for Widgets is expected (under the folder resources):

/app
 - MyAsset.php
 - /resources
    - /my-asset
         - ...FOLDER WITH RESOURCES FOR GIVEN ASSET

The resources should then be lookup within a folder which has the name of the asset file within resources folder.