lingon-livereload
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Changelog | ||
## 1.0.0 | ||
* Stable | ||
## 0.3.7 | ||
@@ -4,0 +8,0 @@ |
@@ -35,4 +35,4 @@ 'use strict'; | ||
lingon.log('Livereload is listening on port ' + config.port); | ||
lingon.log.info('Livereload is listening on port ' + config.port); | ||
}); | ||
}; | ||
}; |
{ | ||
"name": "lingon-livereload", | ||
"description": "Livereload plugin for Lingon", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"homepage": "https://github.com/javoire/lingon-livereload", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -5,4 +5,5 @@ # Lingon Livereload | ||
[![Dependency Status](https://david-dm.org/javoire/lingon-livereload.png)](https://david-dm.org/javoire/lingon-livereload) | ||
[![npm](https://img.shields.io/npm/v/lingon-livereload.svg)]() | ||
This is a livereload plugin for [lingon](https://github.com/jpettersson/lingon). Based on [node-livereload](https://github.com/napcs/node-livereload). | ||
This enables livereload for [lingon](https://github.com/jpettersson/lingon). Based on [node-livereload](https://github.com/napcs/node-livereload). | ||
@@ -29,7 +30,4 @@ ## Installation | ||
livereload(lingon); | ||
lingon.sourcePath = 'source'; | ||
lingon.buildPath = 'build'; | ||
``` | ||
The ``<script>`` tag that communicates with the livereload server will be automatically injected before the closing ```</body>``` tag in your ``ìndex.html`` file. | ||
The ``<script>`` tag that communicates with the livereload server will be automatically injected before the closing ```</body>``` tag in your ``index.html`` file. | ||
@@ -36,0 +34,0 @@ ## Configuration |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7381
54
62