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();
});

Readme

Keywords

none

Package Sidebar

Install

npm i livedev

Weekly Downloads

2

Version

0.1.1

License

none

Last publish

Collaborators

  • fabs