file-deps
Version:
parse and rewrite the dependencies of a file
64 lines (41 loc) • 1.28 kB
Markdown
0.0.11 / 2015-11-30
==================
* don't change the asset paths but test for uniqueness
0.0.10 / 2015-11-30
==================
* Revert "if css doesn't have './', add it in"
0.0.9 / 2015-11-30
==================
* if css doesn't have './', add it in
0.0.8 / 2014-11-08
==================
* Fixes #7 - Treat ./<foo.bar> and <foo.bar> as duplicate paths
* Update mocha
* Remove duplicate filepaths when reading deps
0.0.7 / 2014-10-26
==================
* 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
0.0.6 / 2014-08-03
==================
* fix css replacements
0.0.5 / 2014-06-29
==================
* Merge branch 'remove/import'
* replace urls() sources, but replace @imports entirely
* add test for object literals
0.0.4 / 2014-06-15
==================
* fix for multiple url(...) in a single statement
0.0.3 / 2014-06-15
==================
* return false or null to remove the statement entirely
0.0.2 / 2014-05-29
==================
* dont fail when file-deps cannot read the extension
0.0.1 / 2014-05-27
==================
* Initial commit