css-modules / css-modulesify

A browserify plugin to load CSS Modules
MIT License
403 stars 47 forks source link

Use browserify basedir as a fallback for rootDir #81

Closed tjallingt closed 8 years ago

tjallingt commented 8 years ago

fixes #75

tjallingt commented 8 years ago

Perhaps some tests for this change would be nice but I have no idea how to fit that into the current testing framework. :worried:

tjallingt commented 8 years ago

actually im not sure why that options.d is there so i should have probably put it before the basedir...

joshwnj commented 8 years ago

@tjallingt options.d is the shorthand of the rootDir argument. Let's put it before basedir, and then we'll be good to merge :) Thanks!

tjallingt commented 8 years ago

done :smile:

joshwnj commented 8 years ago

Thanks @tjallingt , published v0.19.0