Skip to content

Commit

Permalink
Total module build (flattened) after upstream merge
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Jun 16, 2011
2 parents 7380653 + 2d7dc32 commit c0d8340
Show file tree
Hide file tree
Showing 239 changed files with 25,668 additions and 17,590 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
build_tmp*/
build_rollup_tmp*/
docs/
node_modules/
tmp/
CVS/
.DS_Store
.*.swp
.svn
*~
src/build.log
2 changes: 1 addition & 1 deletion build/anim/anim-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -1204,5 +1204,5 @@ Y.Anim.behaviors.xy = {
}, '@VERSION@' ,{requires:['anim-base', 'node-screen']});


YUI.add('anim', function(Y){}, '@VERSION@' ,{use:['anim-base', 'anim-color', 'anim-curve', 'anim-easing', 'anim-node-plugin', 'anim-scroll', 'anim-xy'], skinnable:false});
YUI.add('anim', function(Y){}, '@VERSION@' ,{skinnable:false, use:['anim-base', 'anim-color', 'anim-curve', 'anim-easing', 'anim-node-plugin', 'anim-scroll', 'anim-xy']});

2 changes: 1 addition & 1 deletion build/anim/anim-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/anim/anim.js
Original file line number Diff line number Diff line change
Expand Up @@ -1203,5 +1203,5 @@ Y.Anim.behaviors.xy = {
}, '@VERSION@' ,{requires:['anim-base', 'node-screen']});


YUI.add('anim', function(Y){}, '@VERSION@' ,{use:['anim-base', 'anim-color', 'anim-curve', 'anim-easing', 'anim-node-plugin', 'anim-scroll', 'anim-xy'], skinnable:false});
YUI.add('anim', function(Y){}, '@VERSION@' ,{skinnable:false, use:['anim-base', 'anim-color', 'anim-curve', 'anim-easing', 'anim-node-plugin', 'anim-scroll', 'anim-xy']});

Loading

0 comments on commit c0d8340

Please sign in to comment.