Skip to content

Commit

Permalink
Reformat readme and add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
conradz committed Aug 22, 2013
1 parent 719fb8b commit ea79852
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
@@ -1,11 +1,14 @@
build-css
=========
# build-css

[![NPM](https://nodei.co/npm/build-css.png?compact=true)](https://nodei.co/npm/build-css/)

[![Build Status](https://drone.io/github.com/conradz/build-css/status.png)](https://drone.io/github.com/conradz/build-css/latest)
[![Dependency Status](https://gemnasium.com/conradz/build-css.png)](https://gemnasium.com/conradz/build-css)

Helper for building/minifying LESS and CSS files. It makes it super easy to
compile LESS, concatenate all the CSS, and minify the output.

Example
-------
## Example

```js
var buildCSS = require('build-css');
Expand Down Expand Up @@ -43,8 +46,7 @@ buildCSS([
});
```

Reference
---------
## Reference

### `buildCSS(files, [opts], callback)`

Expand All @@ -63,9 +65,4 @@ source file directory is always added to this when compiling.
normal Node callback signature of `(error, result)`.

It uses [clean-css](https://github.com/GoalSmashers/clean-css) when minifying
the CSS.

License
-------

MIT License. See the `LICENSE` file.
the CSS.

0 comments on commit ea79852

Please sign in to comment.