# developingo-elixir-livereload

> An elixir wrapper for livereload

Latest version **0.0.5** (published 2015-07-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install developingo-elixir-livereload
pnpm add developingo-elixir-livereload
yarn add developingo-elixir-livereload
bun add developingo-elixir-livereload
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.5 |
| Published | 2015-07-29 |
| First published | 2015-07-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.8.0 |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Abraham Toriz |
| Maintainers | developingo |
| Keywords | laravel, elixir, livereload, gulp |

## Links

- npm: https://www.npmjs.com/package/developingo-elixir-livereload
- Repository: https://github.com/developingo/developingo-elixir-livereload
- Issues: https://github.com/developingo/developingo-elixir-livereload/issues
- npm.io page: https://npm.io/package/developingo-elixir-livereload

## Dependencies (2)

- [gulp-util](https://npm.io/package/gulp-util.md) ~2.2.0
- [gulp-livereload](https://npm.io/package/gulp-livereload.md) ^3.8.0

## Recent versions

- 0.0.5 (latest) — 2015-07-29
- 0.0.4 — 2015-07-29

## README

# developingo-elixir-livereload
> developingo-elixir-livereload plugin for [gulp](https://github.com/wearefractal/gulp)

## Usage

First, install `developingo-elixir-livereload` as a development dependency:

```shell
npm install --save-dev developingo-elixir-livereload
```

Then, add it to your `gulpfile.js`:

```javascript
var elixir = require('developingo-elixir');
require('developingo-elixir-livereload');

elixir(function (mix) {

    mix.livereload();

});
```

Live reload also uses a script file so add the following to your blade template.

```php
@if ( Config::get('app.debug') )
  <script type="text/javascript">
    document.write('<script src="//localhost:35729/livereload.js?snipver=1" type="text/javascript"><\/script>')
  </script>
@endif
```

## API

### developingo-elixir-livereload(src)

#### src
Type: `array` or `string`  
Default: `[
              'app/**/*',
              'public/**/*',
              'resources/views/**/*'
          ]`

The message you wish to attach to file.


## License

[MIT License](http://en.wikipedia.org/wiki/MIT_License)

[npm-url]: https://npmjs.org/package/developingo-elixir-livereload
[npm-image]: https://badge.fury.io/js/developingo-elixir-livereload.png

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