Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/html/lib/onyx/package.js
blob: 82636d46bd946e3a4976b0bebed17154b16a0335 (plain)
1
2
3
4
5
6
7
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"
	*/
);