Boye

Results 7 comments of Boye

This sounds very familiar, I encountered this issue on a Samsung S3 with Android 4.1.2. Anyone who can elaborate on how to fix this? :)

You can use `$script.order` as well. It's not really documented but it works just as expected. For example: ```js $script.order(['path/to/vendor.js', 'path/to/main.js'], function () { // callback logic }); ```

@Duskfall have you tried `$script.order` already? See: https://github.com/ded/script.js/blob/master/src/script.js#L86 PS as far as I know it's not documented anywhere...

Ah, i didn't noticed the date of this issue :') that figures

Are you still planning to work towards this 1.0.0 release? If so, making it available through Bower would be nice as well :)

I have a similar scenario where I take a screenshot of the active tab (after clicking on the extension icon), and I'd like to send the screenshot image data to...

Good one, I will look into it and try to add a composer.json file this week.