livedev

0.1.1 • Public • Published

liveDev

LiveDev provides a always up to date browser content while developing HTML, CSS and JavaScript. Written with NodeJS and SocketIO.

Current version 2

best works together with jscompiler

Code

var compiler = require("jscompiler");
var liveDev = require("livedev");

liveDev.init();

compiler.init("./src", "./build/Feedback", [
"./lib/jquery.js",
"./lib/EventJS/Event.js",
"./style/style.css",
], function(){
liveDev.update();
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    2
    • latest

Version History

Package Sidebar

Install

npm i livedev

Weekly Downloads

6

Version

0.1.1

License

none

Last publish

Collaborators

  • fabs