The Wayback Machine - https://web.archive.org/web/20200714083736/https://github.com/topics/live-reload
Skip to content
#

live-reload

Here are 119 public repositories matching this topic...

drshrey
drshrey commented Dec 24, 2019

In .air.conf, if you set the tmp to ".", your entire current working directory will be wiped. This can be very bad especially if you haven't committed to git in a while. Can we have a warning if it is set to "." or atleast some documentation around that please?

My .air.conf that caused this:

# Working directory
# . or absolute path, please note that the directories following must be und
AnthonyNahas
AnthonyNahas commented Dec 10, 2018

I can't run readme anymore after updating node from v8 to v10...

node: v10.14.1
npm: v6.4.1
OS: MacOS Sierra

A@anthony:~/git/someproject (master) $ readme
Markserv boot: starting Markserv...
path.js:39
throw new ERR_INVALID_ARG_TYPE('path', 'string', path);
^

TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received type object
a

joov
joov commented May 6, 2018

Missing:

  • npm install --save @angular/cli to use ng g command
  • angular.json cli configuration file as created by ng new

Error:

When adding a new component the corresponding html-file is not found in dev-mode.
To Reproduce:

  • Create new component with ng g component test
  • start server with npm run dev

See Error in Console:

GET http://127.0.0.1:42

allknower
allknower commented Apr 24, 2020

Hello.
First of all, thanks for your work!

I found your project when I was looking for a tool for visualize diffs in .md files. For now, I have a .md file with differences that looks like:

# Some <del>crazy</del><ins>completely</ins> <ins>sane</ins>markdown.

It's <del>the</del><ins>ok</ins> <del>best</del><ins>I guess</ins>.
  - List Item 1
  - <del>List Item 2</del>
  - Li

Improve this page

Add a description, image, and links to the live-reload topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the live-reload topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.