Add helper for asset_url. Add development mode.

This commit is contained in:
2015-04-05 18:45:36 +01:00
parent 5649869597
commit 9a72baec52
4 changed files with 206 additions and 32 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/perl
use strict;
use warnings;
use FindBin;
1;