Changeset 9273

Show
Ignore:
Timestamp:
03/18/10 10:59:07 (2 years ago)
Author:
p_lindheimer
Message:

have pack_javjascripts.sh pack all the .js scripts in common, meaning updated libraries need to be removed now

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/buildtools/pack_javascripts.sh

    r9267 r9273  
    33DIR="../amp_conf/htdocs/admin/common" 
    44 
    5 cat $DIR/script.legacy.js $DIR/jquery-1.4.2.js $DIR/jquery.cookie.js $DIR/jquery.tabs-2.7.4.js $DIR/jquery.dimensions.js $DIR/interface.dim.js | ./jsmin.rb > $DIR/libfreepbx.javascripts.js 
     5cat `ls $DIR/*.js` | ./jsmin.rb > $DIR/libfreepbx.javascripts.js