Closed filipchrapek closed 2 years ago
That's weird. No such sniff should be used. You should not use gulp or phpcs.xml from the theme, those are for air-light development only. We actually don't provide a wide-scale support for Local or other environments than dudestack/macos-lemp but I can try to help. For this I'd need a little bit more information on
CSS for production might have grown over time especially for un-gzipped files. Checked it just now, with gulp prodstyles
and wc -c css/prod/global.css
(uncompressed) I get 124,431 kB (from bytes to kB) so you are right about that. We should update the uncompressed amount to README.md. gzip -c css/prod/global.css | wc -c
(compressed with gzip) I get 16,868 kB (from bytes to kB). You should always use gzip + ngx-pagespeed + and things like RapidLoad in production environments to get the smallest result.
Hi Roni!
Before I waste your time, I'll make sure I tried everything. And regarding the CSS file size - of course, I totally understand that. Just wanted to make sure if that isn't something only from my end.
Actually, I'm coming back to your theme after some time. Glad to see you're still developing it, I think it's really awesome what you are doing. I have couple ideas/remarks/questions about the theme and I'm not sure if I should contact you here tackling each topic individually or maybe there is other way allowing more 'loose' form of feedback. Please let me know :)
@filipchrapek Thanks for the feedback and welcome back! Personally Air-light is my life's work and as long as there's websites to be done I will never stop working on it. It's also one of the key pieces in our web development team. 👍
If you have feature requests or other ideas, just open a new issue for it and we'll tag it as idea or enhancement etc. However please note if it's a matter of functionality, most of those belong to air-helper.
File sizes have been updated. Closing this ticket for inactivity.
I have one issue and one general question:
stdout: ERROR: Referenced sniff "PHPCSUtils" does not exist
Could you please help me with that?
I'm on Mac OS and I'm using Local.