Changeset 11272

Show
Ignore:
Timestamp:
01/30/11 01:57:10 (2 years ago)
Author:
GameGamer43
Message:

updating the readme documentation to conform with the changes made to pack_javascripts.php, which no longer relies on jsmin.rb

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.9/buildtools/README.directory

    r9280 r11272  
    1111 
    1212/-------------------------------------------------------------------------------------------- 
    13 pack_javascripts.php, jsmin.rb
     13pack_javascripts.php
    1414 
    15 These two scripts are used to package the libfreebx.javascripts.js by taking 
     15This script is used to package the libfreebx.javascripts.js by taking 
    1616all the javascript libraries that are used under the common directory and 
    17 running them through jsmin.rb, a simple Ruby script that does a reasonable 
    18 job of compressing the scripts. 
     17running them through the jsmin class included with pack_javascripts.php.  
    1918 
    2019