/* global require: false */ // Loads the application with the non-combined files require( [ "app/index" ], function(APP) { "use strict"; APP(); } );