-
Notifications
You must be signed in to change notification settings - Fork 112
/
build
21 lines (15 loc) · 804 Bytes
/
build
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# This file defines the order in which the plugin files must be loaded.
# It is used by the Ext MVC's ruby plugin builder, which which can be invoked from your application's base directory like this:
# ruby script/plugin build Exporter
# This will generate a file named Exporter-all.js in this directory, which is just a concatenation of all the files you list here
# NOTE: This is only used by the plugin builder, not the app itself. You must always ensure that your plugin is compiled to
# Exporter-all.js by some other means if you do not use the plugin builder, as it is that file that will be loaded by your app
Base64.js
Exporter.js
Button.js
Formatter.js
ExcelFormatter/ExcelFormatter.js
ExcelFormatter/Workbook.js
ExcelFormatter/Worksheet.js
ExcelFormatter/Cell.js
ExcelFormatter/Style.js