Angel
Angel
I'm using this one: ``` javascript $(document).on('cbox_open',function(){ $(document.body).css('position','fixed'); }).on('cbox_closed',function(){ $(document.body).css('position',''); }); ```
Hi, do you know when will be released CSSComb 4?
@mateusz-sawit Your idea seems good but your files are being webpacked by angular CLI, not by encore, right? I see a problem here: if you want to uglify the files...
@mateusz-sawit Thanks for your quick response, we are going to use a bash script to generate the manifest.json avoiding Encore.
BTW @mateusz-sawit you can use `ng build --prod --output-hashing=none` to avoid name hashing.
@neopostmodern, I've solved all conflicts in a new PR (https://github.com/jpmonette/feed/pull/177) to speed up the merge of this feature. I don't want to steal your job or take advantage of it....
@youssmoh, @jpmonette, is it possible to merge this PR? it's already been approved.
@youssmoh, @jpmonette, please, let me know if there is something I can help to merge this PR
It works great! The bad thing is we lost a lot of preferences.