David

Results 12 comments of David

To restrict the clickable files to only files in the Brackets project path directory and subdirectories makes sense for me :)

Absolutely! Imagine that you are using lodash, bluebird etc. from a common file (common.js) and you need the libs in common.js in both "normal code" and "worker code". Before using...

I made a very ugly workaround that makes it possible to use usemin for WebWorker. I hope that there will be a nicer way to do this in the future....

@solgarius I missed the filerev and useminPrepare in my example code. It is now updated. The concatenation of files and filerev works for me also.

I replaced markdown-pdf with [mdpdf](https://github.com/bluehatbrit/mdpdf#readme) where links (from [markdown-toc](https://github.com/jonschlinkert/markdown-toc)) inside the document worked in the generated pdf.

So a workaround right now would be to temporarily rename the ffmpeg-binary (since it seems like there is no option to make svtplay-dl skip the merge (or remux)) then run...

This seems to solution to make woff binary to not differ from time to time. I thinks this is what I need to stop webpack from giving the font a...

I tried tried to upgrade from 0.4.8 and it seems like the icons are rendered worse for each version. See **icon_account**(1.1.1), **icon_order**(0.5.4),**icon_response**(0.5.4) and **icon_zoom-track**(1.1.1) below. (Open up the images in...

@rmartine-ias I agree with you. If I would have seen that error I would have been able to find this bug report much faster. I only found it because I...

Well I have been quite busy with other projects as well ;)