mathisonian / gulp-sass-bulk-import

gulp task to allow importing directories in your SCSS
MIT License
41 stars 11 forks source link

Prevent duplicate styles #17

Closed gkiely closed 8 years ago

gkiely commented 8 years ago

-Prevent parsing of files that have been defined by the user -Added tests on regex101 -Added ds_store to gitignore

gkiely commented 8 years ago

Hi @mathisonian I've cleaned this up a bit since the last pr, let me know if you have any questions, happy to add more tests etc.

-Grant

mathisonian commented 8 years ago

Thanks for submitting this @gkiely! everything looks good to me, i'll update on npm as well

mathisonian commented 8 years ago

this is released in v0.3.3 on npm, and I've also bumped the entire project version to v1.0.0 so we can start following semver

gkiely commented 8 years ago

Nice work @mathisonian!