From 656288ebe42d459cb19dc02e2806798b6a142e9c Mon Sep 17 00:00:00 2001 From: Parziphal Date: Sun, 27 Oct 2013 00:40:05 -0500 Subject: [PATCH] install/compileassets --- install/ApplicationInstaller/CompileAssets.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 install/ApplicationInstaller/CompileAssets.php diff --git a/install/ApplicationInstaller/CompileAssets.php b/install/ApplicationInstaller/CompileAssets.php new file mode 100755 index 0000000..dec5a48 --- /dev/null +++ b/install/ApplicationInstaller/CompileAssets.php @@ -0,0 +1,15 @@ +compileAll(); + } +}