- don't change the asset paths but test for uniqueness
- Revert "if css doesn't have './', add it in"
- if css doesn't have './', add it in
- Fixes #7 - Treat ./<foo.bar> and <foo.bar> as duplicate paths
- Update mocha
- Remove duplicate filepaths when reading deps
- adding hook for configuring custom types
- package.json: Add "repository" to make npm shut up
- Makefile: install dependencies before running unit tests
- Add .gitignore
- lib/js: Refactor to use detective for finding requires
- fix css replacements
- Merge branch 'remove/import'
- replace urls() sources, but replace @imports entirely
- add test for object literals
- fix for multiple url(...) in a single statement
- return false or null to remove the statement entirely
- dont fail when file-deps cannot read the extension
- Initial commit