antonybudianto / angular-starter

:star: Gulp Angular Starter using TypeScript (Updated to 4.4.3)

Home Page:https://antonybudianto.github.io/angular-starter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Couldn't find any of the tags

padamshrestha opened this issue · comments

Failed to inject refresh script! Couldn't find any of the tags [ , ] from C:\Projects..\app\app.html
C:\Projects..\app\navbar\navbar.html
C:\Projects..\app\home\home.html

it should be related to this, which is okay since the refresh still worked correctly, i will add the option soon

Yup it fixed with "live-server": "~0.9.2" and logLevel: 0

var liveServer = {
    dev: {
        port: 3000,
        host: "127.0.0.1",
        open: '/',
        file: "index.html",
        wait: 1000,
        logLevel: 0
    },
    prod: {
        port: 3001,
        host: "127.0.0.1",
        root: 'build/',
        file: "index.html",
        wait: 1000,
        logLevel: 0
    }
};