On Wed, Jan 28, 2009 at 7:51 AM, Paul Smith <[email protected]> wrote: > %.min.js : %.js
Does this not have the problem that the second time it's run it will match foo.js, bar.js, foo.min.js, and bar.min.js (as *.min.js was generated on the first run)? And on the 3rd run foo.min.min.js, etc., etc? (i haven't tried it, but it would seem to have this property.) > Is it possible to combine the two rules with the minify command into a > single rule? Now wait a minute - i thought YOU were the one here with all the answers! -- ----- stephan beal http://wanderinghorse.net/home/stephan/ _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
