Hi Anand, I think we'd need more information on what you've tried. Assuming you have your UI configured to use the "dspace" theme (in your config.dev.yml) and are running the site in development mode (yarn start:dev), then you should see the site automatically rebuild & update anytime you make a small change to that "home-news.component.html". Sometimes it may take a few minutes for the rebuild to occur, but you should see that your console window (where you ran "yarn start:dev") will detect that you've saved changes to that file, and then say it is rebuilding. Once it completes, you should see the changes in your browser.
You also may want to ensure that your browser itself is not simply caching the old page. You can try a hard refresh (hold down "Ctrl" key and click reload in your browser window), or you could open up a new browser window in "Incognito Mode". Based on your browser settings, it's possible the browser is simply displaying the old page, even though it's been updated successfully. Tim On Wednesday, July 19, 2023 at 6:55:41 AM UTC-5 [email protected] wrote: > Dear All, > > I am trying to edit the default dspace theme but somehow its not > reflecting. > edited the following file > > /dspace-angular-dspace-7.6/src/themes/dspace/app/home-page/home-news/home-news.component.html > > also the header html file as same as above one but nothing is reflecting. > > also treid in the yarn development mode but no help. > > If anyone knows whats happening please let me know. > > Anand. > -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-community/29dc6181-c224-4685-be64-e44069280d1dn%40googlegroups.com.
