Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
lingon-livereload
Advanced tools
This is a livereload plugin for lingon. Based on node-livereload.
Install with npm
$ npm install lingon-livereload --save-dev
Just include the module from your lingon.js
file and pass the lingon object to it. A basic setup could look like this:
// lingon.js
#!/usr/bin/env node
var lingon = require('lingon'),
livereload = require('lingon-livereload');
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.
A config object can be passed as a second parameter, taking the same options as node-livereload does. Like so:
livereload(lingon, {
exts: ['scss', 'coffee']
});
Gulp for building, linting and testing etc.
(optionally) Use autoversion gem to update semver version number.
$ autoversion patch # 1.0.0 -> 1.0.1
$ autoversion minor # 1.0.0 -> 1.1.0
$ autoversion major # 1.0.0 -> 2.0.0
Licensed under the MIT license.
FAQs
Livereload plugin for Lingon
The npm package lingon-livereload receives a total of 1 weekly downloads. As such, lingon-livereload popularity was classified as not popular.
We found that lingon-livereload demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.