Hey,
When trying to override the one page checkout templates defined in app/code/Magento/Checkout/view/frontend/web/template/authentication.phtml for example
When copying the file and modifying it and placing in app/design/mypackage/mytheme/Magento_Checkout/web/template/authentication.phtml
The file changes are not picked up and the template is not overridden. Changing the original file reflects my changes (so is not cache)
Is this expected behaviour and i'm placing it in the wrong location or a bug?
This is on beta15.
Thanks