Hi experts,
I create a css file with some css class,and declare it like this in index.html
<link rel="stylesheet" type="text/css" href="css/style.css">
local test is ok,but When I created a tile in launchpad with semantic, The app can't apply css,because it doesn't open via index.html,it open directly via component.js,so How to load css file in component.js or other solution?