[Neos] How to publish changes to page templates?

Dmitri Pisarev dimaip at gmail.com
Tue Apr 28 17:26:34 CEST 2015


Hey Armin!
If you are working in Production workspace you'd need to flush caches
manually with FLOW_CONTEXT=Production ./flow flow:cache:flush --force

To avoid that, it's best to develop in Development workspace, and flush
Production caches automatically on deploy.

On Tue, 28 Apr 2015 at 17:55 armin otto <arminotto at gmail.com> wrote:

> Hi,
>
> I am trying to tweak the TYPO3.NeosDemoTypo3Org site package to my liking
> and wanted to include my custom css-file instead of messing with the
> bootstrap.css files.
>
> So edited the Default.html file in
> Packages/Sites/TYPO3.NeosDemoTypo3Org/Resources/Private/Templates/Page/
> and added some code to start with.
>
> However, none of the changes I made appear when I load the site in my
> browser. The source code is completely devoid of any changes I make.
>
> Is there some kind of command I need to make neos rebuild it's output from
> the page templates?
> Been looking for hours and couldn't find a clue ...
> _______________________________________________
> Neos mailing list
> Neos at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/neos
>


More information about the Neos mailing list