KangoExtensions / kango

Kango framework issue tracker
74 stars 7 forks source link

Build extension for a specific browser only #55

Closed iamolivinius closed 11 years ago

iamolivinius commented 11 years ago

It would be great to have the ability to select a specific target browser for compilation. This would save some time during the development if you compile your project just for one browser.

akrylysov commented 11 years ago

Will be implemented in Kango 1.3.

akrylysov commented 11 years ago

Implemented in Kango 1.3.0. You can set argument --target. e.g. --target="chrome;firefox" or --target="chrome"