dravencms/packager

Use real neon files for configuration instead of extra section in composer.json

Closed this issue · 0 comments

Neon encode escapes addRouteFactory(@routeFactory.Seo) and nette fails to work due to it:

Current behavior:

  • "addRouteFactory(@routeFactory.Seo)"

Expected behavior:

  • addRouteFactory(@routeFactory.Seo)

Put into files, autoregister all *.neon files?! and only when target i "config" ??