Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/lib/onyx/package.js
diff options
context:
space:
mode:
Diffstat (limited to 'html/lib/onyx/package.js')
-rw-r--r--html/lib/onyx/package.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/html/lib/onyx/package.js b/html/lib/onyx/package.js
new file mode 100644
index 0000000..82636d4
--- /dev/null
+++ b/html/lib/onyx/package.js
@@ -0,0 +1,8 @@
+enyo.depends(
+ // $lib/onxy loads the debug code for now, probably it should load the built code as below
+ "source"
+ /*
+ "build/onyx.css",
+ "build/onyx.js"
+ */
+); \ No newline at end of file