Skip to content

cfal/merge.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

merge.js

A javascript merger similar to webpack/browserify, with coffeescript support, require() caching and browser compatibility

Usage

> npm install merge.js
> merge.js --help

 Usage: merge.js [options] [input files]
        -b                  compile for browser instead of node
        -d                  disable require caching (ie. multiple require()'s of
                            the same module give the same object)
        -m <module>         main module
        -o <file>           output file
        -p <path>           set the root path of all input files (default: ./) *
        -e                  exclude any files that follow this flag *
        -i                  include any files that follow this flag *
        -a <alias> <file>   add alias to file *

* - flag can be provided multiple times

About

A javascript builder ala webpack/browserify, with coffeescript, require() caching and browser compatibility support

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published