webamp/production
2014-12-20 22:33:18 -08:00
..
.gitignore Add grunt for production version 2014-12-20 16:37:30 -08:00
analytics.js Add grunt for production version 2014-12-20 16:37:30 -08:00
Gruntfile.js Don't inline cursors, they occure multiple times 2014-12-20 22:33:18 -08:00
package.json Add grunt for production version 2014-12-20 16:37:30 -08:00
README.md Add grunt for production version 2014-12-20 16:37:30 -08: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