Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeetienne committed Mar 6, 2013
2 parents a13b39a + af13698 commit 0a6936e
Show file tree
Hide file tree
Showing 810 changed files with 167,650 additions and 204,554 deletions.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@ buildBundle: buildCore
cat vendor/threex/THREEx.screenshot.js >> build/tquery-bundle.js
cat vendor/threex/THREEx.FullScreen.js >> build/tquery-bundle.js
cat vendor/threex.dragpancontrols.js >> build/tquery-bundle.js
cat vendor/three.js/Stats.js >> build/tquery-bundle.js
cat vendor/three.js/stats.min.js >> build/tquery-bundle.js
# include the debug.js - temporary
# cat plugins/js/debug-bundle.js >> build/tquery-bundle.js
# cat plugins/js/three-debug.js >> build/tquery-bundle.js

minifyBundle: buildBundle
echo $(BANNER) > build/tquery-bundle.min.js
Expand All @@ -133,6 +136,7 @@ buildBundleRequire: buildBundle
cat build/tquery-bundle.js > build/tquery-bundle-require.js
cat plugins/requirejs/vendor/require.js >> build/tquery-bundle-require.js
cat plugins/requirejs/build/all.confrequire.js >> build/tquery-bundle-require.js
cat plugins/requirejs/footer.js >> build/tquery-bundle-require.js

minifyBundleRequire: buildBundleRequire
echo $(BANNER) > build/tquery-bundle-require.min.js
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@ looks like the code below... Quite short.

#### Current

#### Release - r56.0
* ported to three.js r56

#### Release - r53.0
* ported to three.js r53
* plugins/minimal : added a minimal page for requirejs

#### Release - r52.0
* ported to three.js r52
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
r53.0
r56.0
Loading

0 comments on commit 0a6936e

Please sign in to comment.