<div dir="ltr"><div><div><div>I just found <a href="https://metacpan.org/pod/Template::Plugin::EnvHash">Template::Plugin::EnvHash</a> which enables to access environment variables from within any template. It works, so that's possibly solved. The worrying bit is that  the author hasn't uploaded anything to CPAN since 2007. <br>

<br><br></div>Now I'm thinking I could maybe save the file paths in a YAML configuration file, and load them from within the template. That could be easier to maintain.<br></div> <br></div>Any alternative practices?<br>

</div><div class="gmail_extra"><br clear="all"><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>
<br><br><div class="gmail_quote">On 30 October 2013 16:38, Tiago Quintela <span dir="ltr"><<a href="mailto:kintela@gmail.com" target="_blank">kintela@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">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>


<br></div></div><div>hook 'before_template' => sub { <br></div><div>my $request = shift; </div><div>$resquest->{static_files} = config->{environment}->{static_files};</div><div>
# or...</div><div>$resquest->{config} = config;<br></div><div>};</div><div><br></div><div>regards</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div><div class="h5">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>


</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><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></div></div>_______________________________________________<br>
dancer-users mailing list<br>
<a href="mailto:dancer-users@dancer.pm" target="_blank">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><span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br>Tiago Quintela
</font></span></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></div>