Socket
Socket
Sign inDemoInstall

livereload-core

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

livereload-core

The heard of LiveReload: file monitoring, analysis and tool invocation


Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

LiveReload core logic

A work in progress. Powers LiveReload for Windows v0.5+ and LiveReload for Mac 3.0+.

Handles (or will handle):

  • project analysis (imports, Compass detection)
  • compiler and postprocessor invocation
  • extracting errors/warnings from the compiler output
  • issuing browser refresh commands
  • saving changes made in Chrome Web Inspector
  • etc

Does not handle:

  • storing the list of projects
  • listening for and handling browser connections
  • command-line or any other UI
  • bundling standard plugins (LESS, Sass, etc)
  • bundling Node or Ruby runtimes

Basically the idea is that livereload-core is an ‘embeddable’ part of LiveReload, which can be assembled to do everything that LiveReload does, but makes no assumptions about the overall app environment like packaging, app type (GUI / command-line) and bundled stuff.

License

© 2012, Andrey Tarantsov, distributed under the Open Community Indie Software License.

Note that the license limits redistribution of this code, so you probably don't want to use it in public apps. Please contact me if you have a use for this module; I might reconsider the license, extract some pieces or suggest another option.

FAQs

Package last updated on 09 Oct 2012

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc