linkedin / eyeglass

NPM Modules for Sass
741 stars 60 forks source link

Don't use package.json files to locate a module from the directory structure. #219

Closed chriseppstein closed 5 years ago

chriseppstein commented 5 years ago

This is more efficient because it avoids a lot of filesystem access.

This also works around an issue in ember-cli where package.json files seem to go missing during the build.

stefanpenner commented 5 years ago

Nice!