Changeset 11272
- Timestamp:
- 01/30/11 01:57:10 (2 years ago)
- Files:
-
- freepbx/branches/2.9/buildtools/README.directory (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.9/buildtools/README.directory
r9280 r11272 11 11 12 12 /-------------------------------------------------------------------------------------------- 13 pack_javascripts.php , jsmin.rb:13 pack_javascripts.php: 14 14 15 Th ese two scripts areused to package the libfreebx.javascripts.js by taking15 This script is used to package the libfreebx.javascripts.js by taking 16 16 all 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. 17 running them through the jsmin class included with pack_javascripts.php. 19 18 20 19
