lingon-livereload
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -26,3 +26,3 @@ 'use strict'; | ||
// set livereload to watch the source dir | ||
config.watchDir = config.watchDir || process.cwd() + '/' + lingon.sourcePath; | ||
config.watchDir = config.watchDir || process.cwd() + '/' + lingon.config.sourcePath; | ||
@@ -29,0 +29,0 @@ // add extensions for livereload to watch |
{ | ||
"name": "lingon-livereload", | ||
"description": "Livereload plugin for Lingon", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"homepage": "https://github.com/javoire/lingon-livereload", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -11,4 +11,5 @@ # Lingon Livereload | ||
Install with npm | ||
``` | ||
npm install lingon-livereload | ||
$ npm install lingon-livereload | ||
``` | ||
@@ -43,2 +44,14 @@ | ||
## Development | ||
Gulp for building, linting and testing etc. | ||
(optionally) Use [autoversion](https://github.com/jpettersson/autoversion) gem to update semver version number. | ||
```bash | ||
$ autoversion patch # 1.0.0 -> 1.0.1 | ||
$ autoversion minor # 1.0.0 -> 1.1.0 | ||
$ autoversion major # 1.0.0 -> 2.0.0 | ||
``` | ||
## Roadmap | ||
@@ -45,0 +58,0 @@ |
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
6927
64