sandeepmistry / node-bleacon

A Node.js library for creating, discovering, and configuring iBeacons
MIT License
498 stars 88 forks source link

bluetooth-hci-socket 8.6 megabytes #58

Closed benjaminhon closed 8 years ago

benjaminhon commented 8 years ago

Hi previously, bluetooth-hci-socket was about only half a megabyte. Now it is 8.6 megabytes, since both bleno and noble depends on it then bleacon package is now 33 megabytes!

i think it still works previously, without being so bloated, any advice on this?

thanks

sandeepmistry commented 8 years ago

@benjaminhon why the concern about size? Have you looked into which folders or dependencies added size?

benjaminhon commented 8 years ago

The largest folder in bluetooth-hci-socket seems to be usb which is 8 mb

sandeepmistry commented 8 years ago

You can safely delete it, it's an optional dependency on Linux, just needed for Windows.

sandeepmistry commented 8 years ago

Closing this for now unless there is something else to discuss.