youtube / yt-direct-lite-javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please visit http://code.google.com/p/youtube-direct-lite/ for the most up to date information
on deploying and using YouTube Direct Lite.

If you are using a local deployment, it is recommended that you concatenate and minify all the
JavaScript source files for performance reasons. You can do this by running

  node r.js -o app.build.js

from within this top-level directory; it will output a static-min/ directory containing the
optimized JavaScript, which you can then serve. More information about this process, including
the dependencies you need to install to run those commands, can be found at

  http://requirejs.org/docs/optimization.html

About

License:Apache License 2.0


Languages

Language:JavaScript 99.7%Language:CSS 0.3%