Skip to content

Commit

Permalink
Adjust commonjs builds and use umd format
Browse files Browse the repository at this point in the history
  • Loading branch information
megawac committed Dec 29, 2015
1 parent 90656cf commit 08af90e
Show file tree
Hide file tree
Showing 123 changed files with 4,009 additions and 4,266 deletions.
5 changes: 3 additions & 2 deletions Makefile
Expand Up @@ -31,9 +31,10 @@ lint:
submodule-clone:
git submodule update --init --recursive

build-bundle: submodule-clone lint test
build-bundle: #submodule-clone lint test
$(NODE) scripts/build/modules-cjs.js
$(NODE) scripts/build/aggregate-build.js
$(NODE) scripts/build/aggregate-bundle.js
$(NODE) scripts/build/aggregate-cjs.js

.PHONY: test lint build all clean

Expand Down

0 comments on commit 08af90e

Please sign in to comment.