0.1.2 • Published 11 years ago

css-bundler v0.1.2

Weekly downloads
12
License
-
Repository
-
Last release
11 years ago

css-bundler

Bundle a CSS file and all of its assets into a single directory. This means you don't have to worry about file paths.

Installation

npm install -g css-bundler

Command Line

css-bundler {input} {output}

Usage

var Bundler = require('css-bundler');
var bundle = new Bundler();

bundle.build('path/to/file.css', 'path/to/output', function(){
  // Callback
});
0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago