0.3.0 • Published 8 years ago

spackle v0.3.0

Weekly downloads
10
License
MIT
Repository
github
Last release
8 years ago

Spackle

A tiny command-line utility to pack JS bundles for the web

Basically just a wrapper around browserify and minifyify. It takes a bunch of input JS and spits out a browserified version. The source map is inline by default. If you give it the name of a source map file, it will create that instead, and minify the source.

First pick your favorite way to install, e.g.:

git clone https://github.com/jflatow/spackle.git
cd spackle
npm link

Then spackle it up:

spackle all.js my.js files.js > bundle.js
spackle site.js -s bundle.map.js > bundle.js

Requirements get pulled in automatically thanks to browserify. Dead code is removed thanks to minifyify.

Also a simple tool to inline CSS

In this case, just a wrapper around inline-css. As easy as:

spackle -i stylish.html > inline.html
0.3.0

8 years ago

0.2.5

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago