Skip to content

Commit e7af68c

Browse files
author
Nikos M
committed
version 0.4 with parallel workers support in progress, update classy.js
1 parent 22298c5 commit e7af68c

52 files changed

Lines changed: 10590 additions & 195 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build-bundle.bat

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
@echo off
2-
3-
REM ###################################################
4-
REM #
5-
REM # The buildtools repository is at:
6-
REM # https://github.com/foo123/scripts/buildtools
7-
REM #
8-
REM ###################################################
9-
10-
REM to use the python build tool do:
11-
REM python ..\scripts\buildtools\build.py --deps ".\dependencies-bundle"
12-
13-
REM to use the php build tool do:
14-
REM php -f ..\scripts\buildtools\build.php -- --deps=".\dependencies-bundle"
15-
16-
REM to use the node build tool do:
17-
node ..\scripts\buildtools\build.js --deps ".\dependencies-bundle"
1+
@echo off
2+
3+
REM ###################################################
4+
REM #
5+
REM # The buildtools repository is at:
6+
REM # https://github.com/foo123/scripts/buildtools
7+
REM #
8+
REM ###################################################
9+
10+
REM to use the python build tool do:
11+
REM python %BUILDTOOLS%\build.py --deps ".\dependencies-bundle"
12+
13+
REM to use the php build tool do:
14+
REM php -f %BUILDTOOLS%\build.php -- --deps=".\dependencies-bundle"
15+
16+
REM to use the node build tool do:
17+
node %BUILDTOOLS%\build.js --deps ".\dependencies-bundle"

build-three.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ REM #
88
REM ###################################################
99

1010
REM to use the python build tool do:
11-
python ..\scripts\buildtools\build.py --deps ".\dependencies-three"
11+
python %BUILDTOOLS%\build.py --deps ".\dependencies-three"
1212

1313
REM to use the php build tool do:
14-
REM php -f ..\scripts\buildtools\build.php -- --deps=".\dependencies-three"
14+
REM php -f %BUILDTOOLS%\build.php -- --deps=".\dependencies-three"
1515

1616
REM to use the node build tool do:
17-
REM node ..\scripts\buildtools\build.js --deps ".\dependencies-three"
17+
REM node %BUILDTOOLS%\build.js --deps ".\dependencies-three"

build.bat

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
@echo off
2-
3-
REM ###################################################
4-
REM #
5-
REM # The buildtools repository is at:
6-
REM # https://github.com/foo123/scripts/buildtools
7-
REM #
8-
REM ###################################################
9-
10-
REM to use the python build tool do:
11-
python ..\scripts\buildtools\build.py --deps ".\dependencies"
12-
13-
REM to use the php build tool do:
14-
REM php -f ..\scripts\buildtools\build.php -- --deps=".\dependencies"
15-
16-
REM to use the node build tool do:
17-
REM node ..\scripts\buildtools\build.js --deps ".\dependencies"
1+
@echo off
2+
3+
REM ###################################################
4+
REM #
5+
REM # The buildtools repository is at:
6+
REM # https://github.com/foo123/scripts/buildtools
7+
REM #
8+
REM ###################################################
9+
10+
REM to use the python build tool do:
11+
python %BUILDTOOLS%\build.py --deps ".\dependencies"
12+
13+
REM to use the php build tool do:
14+
REM php -f %BUILDTOOLS%\build.php -- --deps=".\dependencies"
15+
16+
REM to use the node build tool do:
17+
REM node %BUILDTOOLS%\build.js --deps ".\dependencies"

build/MOD3.min.js

Lines changed: 4969 additions & 3 deletions
Large diffs are not rendered by default.

build/classy.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)