Fixes #416 - accepts hash as a list of arguments.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 12 Jan 2015 23:12:53 +0000 (23:12 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Wed, 14 Jan 2015 20:01:46 +0000 (20:01 +0000)
commit99c17e50a6c4dcedd7ebd94d3f4b152dd91bc107
tree5ad1ef4118b9d2055a77757eabd0408386648476
parent86a8e8c5d351271ee022fcb4c231b01068ea6ffc
Fixes #416 - accepts hash as a list of arguments.

Such a hash is now accepted as the first argument to `minify` method:

```javascript
{
  'path/to/file/one': {
    styles: 'contents of file one'
  },
  'path/to/file/two': {
    styles: 'contents of file two'
  }
}
```

This is also prepares us to implement #419 - merging input source maps.
History.md
README.md
lib/images/url-rewriter.js
lib/utils/source-reader.js
test/module-test.js