Skip to content

eldargab/exposer.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Exposer

Bundles and compiles things for browser.

##Highlights

var Bundle = require('exposer').js

Bundle('build/mylib.js', function () {
  this
  .add('lib', {as: 'mylib'})
  .add('node_modules', 'debug')
  .add('node_modules', 'progress', function () {
    this.exclude('legacy*')
  })
  .includeRequire()
  .include('/* Copyright ...*/')
  .register('MyLib', 'mylib')
  .closure()
})

##Installation

$npm install git://github.com/eldargab/exposer.js.git

to run tests

$npm install -d
$npm test

##License

MIT

About

Compiles and bundles things for browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published