Cli.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 17 Sep 2010 07:46:37 +0000 (15:46 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 17 Sep 2010 07:46:37 +0000 (15:46 +0800)
Cli.php

diff --git a/Cli.php b/Cli.php
index 701b5ef..e0fdc4a 100644 (file)
--- a/Cli.php
+++ b/Cli.php
@@ -33,6 +33,14 @@ class Pman_Core_Cli
     Runs the generator for a project (NOTE - runs all the SQL updates)
     - Changes the files.
 
+================================    
+
+    $cli Builder/JsCompiler  build PROJECT
+     
+    Runs the javascript compiler - merging all the JS files so the load faster.
+    Note: cfg option Pman_Builder['jspacker'] must be set to location of jstoolkit code 
+    
 ";