Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/package.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/package.js')
-rw-r--r--html/package.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/html/package.js b/html/package.js
new file mode 100644
index 0000000..2bdc082
--- /dev/null
+++ b/html/package.js
@@ -0,0 +1,8 @@
+enyo.depends(
+ "sugar.js",
+ "app.js",
+ "liogo.js",
+ "lib/layout/package.js",
+ "lib/onyx/package.js",
+ "lib/canvas/package.js"
+); \ No newline at end of file