我正在尝试将样式表添加到我的插件中。我跟着this并在里面添加了一个样式文件夹和我的css“glstyle.css”,然后我的cumulocity.json看起来像这样:
{
"name": "Occupation Stats",
"description": "Parking spot occupation statistics",
"ngModules": [
"glsmartparking-v3.occupationstats"
],
"js": [
"index.js",
"dateutil.js",
"controllers/ocs-controller.js"
],
"css": [
"styles/glstyle.css"
]
}
但是css没有加载到页面中。我做错了吗?
答案 0 :(得分:0)
在grunt pluginRegister:<pluginName>
更改其清单后,您是否已使用cumulocity.json
再次注册了插件?