Skip to content

bug fix for a case of multiple files are given#1

Merged
t32k merged 1 commit intocsscomb:masterfrom
1000ch:master
Aug 10, 2013
Merged

bug fix for a case of multiple files are given#1
t32k merged 1 commit intocsscomb:masterfrom
1000ch:master

Conversation

@1000ch
Copy link

@1000ch 1000ch commented Aug 9, 2013

when multiple files are specified,
each of them are not sorted.

such as,

"./first.css": ["./first.css"],
"./second.css": ["./second.css"]

csscomb will sort first.css only.
Because done() is always called at the puts callback of exec.
So i removed it.

t32k added a commit that referenced this pull request Aug 10, 2013
bug fix for a case of multiple files are given
@t32k t32k merged commit 7faf006 into csscomb:master Aug 10, 2013
@t32k
Copy link
Contributor

t32k commented Aug 10, 2013

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants