Difference in web resources folder
hi,
In my version v2.3 app I used to add some extra resources in the web_resources folder, like for example some fonts, and custom html file (which I used in my html component)
Can the same thing be done with v3.0? Or will it break something as I can see that the folder structure has changed greatly. If not then what is the recommended location for adding such resources? The CSS file for example may conflict with other style so previously in my version 2.3 I was loading the CSS in my html file using this path:
code
<link rel="stylesheet" type="text/css" href="../../css/dialpad/style.css" />
/code
If I add the CSS in the regular way it may conflict with other style. What is the suggestion? Thanks