<div dir="ltr">Hi,<div><br></div><div>use hook before to add config->{environment}->{static_files} to the view.<br></div><div><br></div><div>set your config in config->{environment} $APP_DIR/environments/*<br><div style>
<br></div></div><div style>hook 'before_template' => sub { <br></div><div style>my $request = shift; </div><div style>$resquest->{static_files} = config->{environment}->{static_files};</div><div style>
# or...</div><div style>$resquest->{config} = config;<br></div><div style>};</div><div style><br></div><div style>regards</div><div style><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 30 October 2013 16:25, Pierre M <span dir="ltr"><<a href="mailto:piemas25@gmail.com" target="_blank">piemas25@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi everyone,<br>I'm deploying my first Dancer2 app, and I want to use different CSS+JS files in development and production. What are good ways to do this? (simple, maintainable) </div>
<br>


The solution I've imagined so far is to have two separate list of files, and manually include one or the other into my layout with Template::Toolkit's <% INCLUDE filename %>. There must be a better  way.<br>


 <br></div><div>Unfortunately, I haven't found how to access environment variables inside the layout file.<br></div><div>Pierre<br></div><div><br></div></div><div><div><div><div>
<br clear="all"><div><div><div dir="ltr">---<br>I check email a couple times daily; to reach me sooner, you can send me a text message via this page: <a href="https://awayfind.com/mascip" target="_blank">https://awayfind.com/mascip</a><br>



</div></div>
</div></div></div></div></div></div>
<br>_______________________________________________<br>
dancer-users mailing list<br>
<a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
<a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Tiago Quintela
</div>