-
Type: Story
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
8
-
Not Needed
-
Iteration Star Apple, Iteration Tangerine, Iteration Uglifruit, Iteration Vegetable
User Story
As a user,
I want shell commands in compass-shell not to block the ui while they are being evaluated
So that I can keep doing other things in Compass while commands in the shell are executed
Acceptance criteria
- Shell commands are not run on the UI thread
- Should work for individual commands and also for multi-line/multi-command scripts
- while(true) command in compass-shell should let me still navigate around compass and use other plugins/components.