-
Notifications
You must be signed in to change notification settings - Fork 8
/
build.sh
executable file
·21 lines (21 loc) · 1.27 KB
/
build.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#/usr/bin/env sh
cat Core/Core.js > mootools-1.1-to-1.2-upgrade-helper.js
cat Core/Browser.js >> mootools-1.1-to-1.2-upgrade-helper.js
cat Native/Array.js >> mootools-1.1-to-1.2-upgrade-helper.js
cat Native/Function.js >> mootools-1.1-to-1.2-upgrade-helper.js
cat Native/Hash.js >> mootools-1.1-to-1.2-upgrade-helper.js
cat Class/Class.js >> mootools-1.1-to-1.2-upgrade-helper.js
cat Element/Element.Dimensions.js >> mootools-1.1-to-1.2-upgrade-helper.js
cat Element/Element.Event.js >> mootools-1.1-to-1.2-upgrade-helper.js
cat Element/Element.js >> mootools-1.1-to-1.2-upgrade-helper.js
cat Element/Element.Style.js >> mootools-1.1-to-1.2-upgrade-helper.js
cat Fx/Fx.js >> mootools-1.1-to-1.2-upgrade-helper.js
cat Fx/Fx.Tween.js >> mootools-1.1-to-1.2-upgrade-helper.js
cat Fx/Fx.Morph.js >> mootools-1.1-to-1.2-upgrade-helper.js
cat Fx/Fx.Scroll.js >> mootools-1.1-to-1.2-upgrade-helper.js
cat Request/Request.js >> mootools-1.1-to-1.2-upgrade-helper.js
cat Request/Request.JSON.js >> mootools-1.1-to-1.2-upgrade-helper.js
cat Utilities/Cookie.js >> mootools-1.1-to-1.2-upgrade-helper.js
cat Utilities/JSON.js >> mootools-1.1-to-1.2-upgrade-helper.js
cat Utilities/Selectors.js >> mootools-1.1-to-1.2-upgrade-helper.js
cat Plugins/Tips.js >> mootools-1.1-to-1.2-upgrade-helper.js