Skip to content

Commit d84cffa

Browse files
author
Nikos M
committed
update buildtools
1 parent b85b136 commit d84cffa

5 files changed

Lines changed: 17 additions & 17 deletions

File tree

build/MOD3.min.js

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

build/classy.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/mod3.packaged.js

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

dependencies

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,16 @@
7878

7979
@ # end block
8080

81+
# extract header from this file
82+
@HEADER =
83+
./src/MOD3.js
84+
8185
@REPLACE =[{}]
8286

8387
"@@VERSION@@" = "0.3.2"
8488

8589
"@@MODULE_NAME@@" = "MOD3"
8690

87-
"@@MODULE_DESC@@" = "MOD3 3D Modifier Library for JavaScript, port of AS3DMod ActionScript3 library (http://code.google.com/p/as3dmod/)"
88-
89-
"@@REPO_URL@@" = "https://github.com/foo123/MOD3"
90-
9191
"@@MODULE_DEPENDENCIES@@" = "[ ['Classy', './classy'] ]"
9292

9393
"@@MODULE_ARGUMENTS@@" = "Classy"

src/MOD3.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
/**
22
*
3-
* MOD3 3D Modifier Library for JavaScript
4-
* port of AS3DMod ActionScript3 library (http://code.google.com/p/as3dmod/)
3+
* MOD3.js
4+
* @version: @@VERSION@@
55
*
6-
* http://github.com/foo123/MOD3
7-
*
8-
* @supports Three.js, J3D, Copperlicht, CubicVR.js, Pre3D
9-
*
10-
* @author Nikos M. http://nikos-web-development.netai.net/
6+
* MOD3 3D Modifier Library for JavaScript
7+
* port of AS3DMod ActionScript3 library (http://code.google.com/p/as3dmod/)
8+
* https://github.com/foo123/MOD3
119
*
1210
**/
1311
var Class = Classy.Class;

0 commit comments

Comments
 (0)