Re: Ignite website css not loading in local dev

2021-03-20 Thread Saikat Maitra
Hi Denis, Ivan I was able to resolve the issue in local. I missed the Includes in the following line Options FollowSymLinks Multiviews Includes Once I added Includes in the end then the css files started loading. Thank you for your help and support. Regards, Saikat On Tue, Feb 16, 2021 at

Re: Ignite website css not loading in local dev

2021-02-16 Thread Saikat Maitra
Denis, Ivan Thank you for your reply. I have not been able to troubleshoot further, I will look into it and share more details. My apologies for the late response. Regards, Saikat On Tue, Feb 2, 2021 at 9:27 AM Ivan Daschinsky wrote: > Ops, i'm very sorry. Really, nothing common with docs. >

Re: Ignite website css not loading in local dev

2021-02-02 Thread Ivan Daschinsky
Ops, i'm very sorry. Really, nothing common with docs. пн, 1 февр. 2021 г. в 16:10, Denis Magda : > Ivan, > > Saikat is updating the page below which doesn’t not belong to the docs and > doesn’t not require a Jekyll setup: > > https://ignite.apache.org/features/streaming.html > > On Sunday, Janua

Re: Ignite website css not loading in local dev

2021-02-01 Thread Denis Magda
Ivan, Saikat is updating the page below which doesn’t not belong to the docs and doesn’t not require a Jekyll setup: https://ignite.apache.org/features/streaming.html On Sunday, January 31, 2021, Ivan Daschinsky wrote: > Saikat, have you tried build and run locally docs using docker? I just >

Re: Ignite website css not loading in local dev

2021-01-31 Thread Ivan Daschinsky
Saikat, have you tried build and run locally docs using docker? I just tried latest master -- everything is working as expected. Checked this in chrome incognito mode. I usually check docs locally using these steps: 1 cd docs 2. docker run -v "$PWD:/srv/jekyll" -p 4000:4000 jekyll/jekyll:latest jek

Re: Ignite website css not loading in local dev

2021-01-31 Thread Denis Magda
Saikat, Attach the screenshot with what you see. Please also check what errors the browser is printing out while rendering the page. You don't need to install Jekyll unless you build the docs locally. So, skip this step. Also, you don't need to uncomment the "include virtual". - Denis On Sun,

Re: Ignite website css not loading in local dev

2021-01-31 Thread Saikat Maitra
Hi Denis, Ivan Thank you for your email. I have verified the below lines in httpd.conf AddType text/html .html AddOutputFilter INCLUDES .html I have also pull latest changes from master. I still see the issue in local, let me check if I need to make any other changes. Also another change I did

Re: Ignite website css not loading in local dev

2021-01-31 Thread Ivan Daschinsky
Hi, Saikat. Do you have https://issues.apache.org/jira/browse/IGNITE-13659 commit in yout local branch? In this patch, this issue was solved. Namely, docs/assets/css/docs.scss and docs/assets/css/styles.scss are corrected. Jekyll required that in custom stiles, first two lines contains this char se

Re: Ignite website css not loading in local dev

2021-01-30 Thread Denis Magda
Hi Saikat, Please double check that you configured the Apache server strictly following steps 3-5. As far as I remember, I had the exact CSS issue until did this (step 5): AddType text/html .html AddOutputFilter INCLUDES .html - Denis On Sat, Jan 30, 2021 at 1:38 PM Saikat Maitra wrote: > H

Ignite website css not loading in local dev

2021-01-30 Thread Saikat Maitra
Hi, I was working on updating the ignite-website page[1] for Ignite Extensions and I observed that in local when we are running the ignite-website then it is not loading the css. I have followed the instructions as mentioned in confluence page[2] [1] https://ignite.apache.org/features/streaming