Provide better escape for // comments in minifier.  Closes #6

In weinre.build/scripts/build-target-scripts.py, we minify the
resulting target-script.js file to target-script-min.js.
Unfortunately, it was treating a regexp as a // comment.

Fixed it for now by changing the regex to use a lookahead
assumption.
1 file changed
tree: 65de470235d01784d106f33fd8edada776ecad9f
  1. weinre.application/
  2. weinre.build/
  3. weinre.doc/
  4. weinre.server/
  5. weinre.server.android/
  6. weinre.web/
  7. README.md
README.md

For more information on weinre, please visit http://pmuellr.github.com/weinre/