benschwarz / sublime-bower

Install Bower packages from within Sublime
MIT License
226 stars 12 forks source link

Adding specific Popen creation flags on Windows #19

Closed moonpyk closed 11 years ago

moonpyk commented 11 years ago

Adding specific Popen creation flags on Windows to avoid the disturbing cmd.exe window opening while executing bower commands.

Visual explanation of that was happening before while installing a package :

explanation

When bower finished executing the window was automatically closed.

After applying this patch, sublime-bower behaves exactly like on your presentation gif while run on Windows.

benschwarz commented 11 years ago

Merged to master.