Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Commit

Permalink
code improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
vdemedes committed Apr 1, 2015
1 parent e8fa360 commit cb35270
Show file tree
Hide file tree
Showing 15 changed files with 878 additions and 1,227 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -4,5 +4,5 @@ LIB = $(SRC:src/%.js=lib/%.js)
lib: $(LIB)
lib/%.js: src/%.js
mkdir -p $(@D)
babel $< -o $@
babel $< -L all -b regenerator,es6.constants -o $@

0 comments on commit cb35270

Please sign in to comment.