Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Oberstein committed May 15, 2016
1 parent 10e21c2 commit a3998f5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
15 changes: 10 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
all:
scons

bundle:
browserify package/lib/autobahn.js --standalone autobahn -o build/autobahn.js
default:
@echo "Targets: clean, build, publish"

clean:
rm -rf build

build:
scons

publish:
scons publish
cp ./build/* ../autobahn-js-built
@echo "Now commit and push autobahn-js-built!"

closure_version:
java -jar ${JS_COMPILER} --version
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ checksums.append(env.SHA256("build/CHECKSUM.SHA256", artifacts))

# fixed static files to be included
statics = []
for f in ["LICENSE.md", "package.json"]:
for f in ["LICENSE.md"]:
statics.append(Command("build/{}".format(f), [], Copy("$TARGET", f)))

# The default target consists of all artifacts that
Expand Down
5 changes: 0 additions & 5 deletions package.json

This file was deleted.

0 comments on commit a3998f5

Please sign in to comment.