packager
packager copied to clipboard
builds packages using the package.yml MooTools syntax
Like depender, you can now optionally exclude a script and it's dependencies.
For frequently changing external files (libraries, widgets...) which do not follow the mootools package-syntax and have no description-header in their files, I added the ability to describe the components of...
When TestA and TestB need each other, an infinite loop is generated. The verification prepared and confirmed following test files TestA and TestB. **Source header of TestA.js** ``` #JS /*...
Hi kamicane, I added these lines to your code, maybe you'd like to add it too.
If you were to checkout a packager project (say, MooTools Core) and put it in a directory that happens to equal the package name ('Core') then this expression would fail:...
Sometimes I get a undefined $matches[1] on line 129 with http://github.com/arian/mootools-php-test-runner/blob/master/build.php I fixed it with if(isset($matches[1])){...}else{ return $file; } Haven't really tried to debug it, but maybe you've got an...