0
對於我的web應用程序,我使用「實時服務器」:「^ 0.9.2」,這裏的包JSON文件,現場重裝不工作的現場服務器@ 0.9.2
{
"name": "demoapp",
"version": "1.0.0",
"description": "This project contains the samples of the book",
"scripts": {
"live": "live-server",
"start": "npm run live"
},
"dependencies": {
"angular": "^1.5.0",
"angular-messages": "^1.5.0",
"angular-route": "^1.5.0",
"bootstrap": "^3.3.6",
"jquery": "^2.2.0"
},
"devDependencies": {
"live-server": "^0.9.2"
}
}
當我正在執行命令「npm start」,現場服務器啓動並啓動網頁@http://127.0.0.1:8080/
現在,無論何時更改html/css的內容,更改檢測都不會發生,瀏覽器內容也不會刷新。
可能是什麼原因呢?如何解決它。謝謝!!!