GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of madrobby/scripty2
Description: This is the alpha version of script.aculo.us 2, lovingly called "scripty2".
Homepage: http://script.aculo.us/2
Clone URL: git://github.com/kommen/scripty2.git
scripty2 / effects / bundle.rb
100644 21 lines (19 sloc) 0.395 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
bundle.bundle_name = "effects"
 
bundle.dependencies = %w( prototype )
 
bundle.source_files = %w(
base.js
queue.js
heartbeat.js
extensions/misc.js
extensions/css.js
extensions/helpers.js
extensions/element.js
operators/base.js
operators/css.js
effects/base.js
effects/attribute.js
effects/style.js
effects/morph.js
transitions/transitions.js
transitions/penner.js
)