Fixes #879 - incorrect handling of spaces in paths.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sat, 4 Feb 2017 06:17:00 +0000 (07:17 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sat, 4 Feb 2017 06:43:08 +0000 (07:43 +0100)
commit6ff4695bbb8415139b08595985d94e58d343011e
treed36ae8eb539ebba8552124b6204a6d6ed47d6c20
parent7a7deec6357d984c03728e683dd80cc83c84237b
Fixes #879 - incorrect handling of spaces in paths.

Why:

* When reading sources passed in as array, paths need to be wrapped
  in `url()` so spaces are handled correctly.
History.md
lib/reader/read-sources.js
test/fixtures/partials/with spaces in filename.css [new file with mode: 0644]
test/module-test.js