jscompiler

0.5.1 • Public • Published

What

jsCompiler is a small js compiler. It concats all your projectfiles into one single file and generates an minifyed version for production

How to use

var compiler = require("jscompiler");

// init ( < INPUT_DIR >, < PROJECT_NAME >, < BUILD_DIR >);

compiler.init("./src", "./build/Core", [], function(){ console.log("Built") });

Readme

Keywords

none

Package Sidebar

Install

npm i jscompiler

Weekly Downloads

2

Version

0.5.1

License

none

Last publish

Collaborators

  • fabs