webamp/embed
2015-03-28 16:41:58 -07:00
..
.gitignore First attempt at embeddable winamp2-js 2015-03-28 16:41:58 -07:00
analytics.js First attempt at embeddable winamp2-js 2015-03-28 16:41:58 -07:00
Gruntfile.js First attempt at embeddable winamp2-js 2015-03-28 16:41:58 -07:00
package.json First attempt at embeddable winamp2-js 2015-03-28 16:41:58 -07:00
README.md First attempt at embeddable winamp2-js 2015-03-28 16:41:58 -07:00

TLDR;

You can ignore everything in this directory.

Production

In production (http://jordaneldredge.com/projects/winamp.js/), I host a version of the project that minifies and inlines many of the assets in improve load time, and reduce load on my server. These files are used to build that version production version of index.html.

If you have Grunt installed, you should be able to generate the production build using these steps:

cd production/
npm install
grunt