0.1.2 • Published 10 years ago

yoke v0.1.2

Weekly downloads
5
License
-
Repository
github
Last release
10 years ago

yoke

preprocessor for simple file concatenation.

Yoke is a declarative way to concatenate files for Front-End development. Within a .yoke file, list the files you would like put together.

Example

Inside a bundle.js.yoke list the files you want concatenated together.

js/license.js
js/angular.js
js/persona.js
js/swipe.js
js/app.js

Yoke fetches the content of all those files (in parallel) and merges them together preserving the order.

CLI

The yoke command outputs a stream with the concatenated output. Simply pipe the output to a destination file yoke bundle.js.yoke > bundle.js

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago