Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
url = git://github.com/slightlyoff/ometa-js.git
[submodule "third_party/mutation-summary"]
path = third_party/mutation-summary
url = https://code.google.com/p/mutation-summary/
url = https://github.com/rafaelw/mutation-summary.git
[submodule "third_party/benchmarkjs"]
path = third_party/benchmarkjs
url = https://github.com/bestiejs/benchmark.js.git
6 changes: 1 addition & 5 deletions util/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
#
# Copyright (C) 2012, Alex Russell ([email protected])


# Unglify currently doesn't understand `for(.. of ..)`, so we punt

COMMAND='python post.py'
# COMMAND='uglifyjs --screw-ie8 -- '
COMMAND="$(npm bin)/uglifyjs"

# To invoke in debug mode, run with a debug env variable like:
# $> DEBUG=1 ./build.sh
Expand Down
16 changes: 0 additions & 16 deletions util/post.py

This file was deleted.