albertinad / brackets-bower

Bower integration in Brackets.
MIT License
47 stars 9 forks source link

Keep bower commands execution in a queue #60

Closed albertinad closed 9 years ago

albertinad commented 9 years ago

Bower commands should be executed one at a time, and keep all bower commands request in a queue. Execute all of them one at a time.

albertinad commented 9 years ago

Only commands that modifies the file system, not the ones that gets information, are kept in a queue.