YurySolovyov / simple-cjs-closure-compiler

Simple example of using Google Closure Compiler to consume and compile CJS modules

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple example of using Google Closure Compiler to consume and compile CJS modules

Installing

After cloning, run:

npm install

Building

With SIMPLE optimizations:

npm run build-simple

With ADVANCED optimizations:

npm run build-advanced

Checking it works

Run:

npm run exec

Should print:

Hey, Jack! Camel case looks like this: fooBar

About

Simple example of using Google Closure Compiler to consume and compile CJS modules

License:MIT License


Languages

Language:JavaScript 100.0%