Fixes #130 - better code modularity.
authorGoalSmashers <jakub@goalsmashers.com>
Wed, 28 Aug 2013 10:27:16 +0000 (12:27 +0200)
committerGoalSmashers <jakub@goalsmashers.com>
Thu, 29 Aug 2013 14:28:37 +0000 (16:28 +0200)
commita17b502f5040c73c184e6fd44062eacbb24a79d6
tree4e87b09861b4f3f5cd2f7869ebed9236f206d631
parentbefd901c7e96e4b40e0c7bf3fc5eb2af4e23bd90
Fixes #130 - better code modularity.

* Moves url, free text, and comments' processing out of the main module.
* Moves import inliner, and shorthand notations out of the main module.
* Moves color processing out of the main module.
13 files changed:
History.md
lib/clean.js
lib/color-shortening.js [deleted file]
lib/colors/hsl-to-hex.js [new file with mode: 0644]
lib/colors/long-to-short-hex.js [new file with mode: 0644]
lib/colors/rgb-to-hex.js [new file with mode: 0644]
lib/colors/shortener.js [new file with mode: 0644]
lib/imports/inliner.js [new file with mode: 0644]
lib/properties/shorthand-notations.js [new file with mode: 0644]
lib/text/comments.js [new file with mode: 0644]
lib/text/free.js [new file with mode: 0644]
lib/text/urls.js [new file with mode: 0644]
test/unit-test.js