- grab mootools 1.3b1, and packager.
- extract mootools in a folder, lets say "c:\mootools\"
- extract packager in your local web server.
- create a php file and put these lines of code
require 'packager.php';
$pkg = new Packager('c:\\mootools\\');
//the first parameter is the mootools.js build
$pkg->write_from_components('c:\\mootools\\mootools.js', $pkg->get_all_files());
?>
now you run your php script in your web browser to create your mootools build.
Saved my ass, thanks for pointing me in the right direction buddy.
RépondreSupprimer