aboutsummaryrefslogtreecommitdiffstats
path: root/source/package.js
blob: dcc8158a83ccc2114c8d8c3e69a515b9d2c29633 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
enyo.depends(
	"$lib/layout",
	"$lib/onyx",	// To theme Onyx using Theme.less, change this line to $lib/onyx/source,
	//"Theme.less",	// uncomment this line, and follow the steps described in Theme.less
	"$lib/sword/sword.min.js",
    "App.css",
    "api.js",
    "mapping.js",
    "bcSelector.js",
    "main.js",
    "moduleManager.js",
    "moduleManagerDesktop.js",
    "popup.js",
    "settings.js",
    "notes.js",
    "dataView.js",
    "about.js",
	"App.js"
);