Asset ubication

Hi to all.

Im very noob with this. Im doing a University task and I got a trouble.

When i define Assets, cant reach my clases.

I want to add to my AppAsset.php the js from my web->js->popupMap (in the attach)

Can you tell me how to declare it?

Thanks in advance.




$js = [

    'js/popupmap.js',

    // ... etc

];



Hi!

Thakns for response!

I assume that your home is from the web folder.

Is that right?

Thanks in advance!

Put the js in ‘web/js’ :)