# taco-livereload

> Module for livereload and devicesync capabilities

Latest version **1.0.4** (published 2016-02-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install taco-livereload
pnpm add taco-livereload
yarn add taco-livereload
bun add taco-livereload
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.4 |
| Published | 2016-02-20 |
| First published | 2016-01-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 8 |
| Known vulnerabilities | 0 (+3 in 2 direct dependencies) |
| Install scripts | no |
| GitHub stars | 186 |
| Author | Microsoft Corporation |
| Maintainers | vsmobile |
| Keywords | cordova, livereload, devicesync, browsersync |

## Links

- npm: https://www.npmjs.com/package/taco-livereload
- Repository: https://github.com/Microsoft/TACO
- Homepage: http://taco.tools
- Issues: https://github.com/Microsoft/TACO/issues
- npm.io page: https://npm.io/package/taco-livereload

## Dependencies (8)

- [q](https://npm.io/package/q.md) 1.0.1
- [glob](https://npm.io/package/glob.md) ^5.0.15
- [nopt](https://npm.io/package/nopt.md) ^3.0.4
- [plist](https://npm.io/package/plist.md) ^1.1.0
- [cheerio](https://npm.io/package/cheerio.md) ^0.19.0
- [elementtree](https://npm.io/package/elementtree.md) ^0.1.6
- [browser-sync](https://npm.io/package/browser-sync.md) ^2.7.13
- [lodash.merge](https://npm.io/package/lodash.merge.md) ^3.3.2

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 1.0.4 (latest) — 2016-02-20
- 1.0.4-beta (beta) — 2016-02-19
- 1.0.3 — 2016-01-21
- 1.0.3-beta — 2016-01-21

## README

# taco-livereload
taco-livereload is a package intended to introduce the livereload functionality to TACO.
it enables developers to have a short feedback loop when editing HTML/CSS/Javascript in a Cordova-based app.

## Known Issues

- 'CTRL + C' does NOT work with cordova-ios (when deploying to a device)
When dealing with cordova-ios(on MAC OSX), it is impossible to use 'CTRL + C' to exit livereload mode, 
due to an issue with the [npm package 'ios-sim'](https://www.npmjs.com/package/ios-deploy) which cordova-ios uses to deploy to iOS-based devices.

- LiveReload doesnt work with Ionic Base Template
Livereload doesn't work with projects created with an Ionic Base Template (via `taco create foo --template https://github.com/driftyco/ionic-app-base`).
This is due to the fact that the `cordova-plugin-whitelist` plugin isn't part of the template's config.xml.
To resolve it, do the following:
    - `taco platform add cordova-plugin-whitelist --save`
    - `taco run <platform> --livereload`

---
_Source: https://npm.io/package/taco-livereload · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
