Fetch a list of every file bundled with the application.

var Bundle = require("FuseJS/Bundle");

Bundle.list().then(function(list) {
    //list is an array of paths, such as "assets/image.jpg"
});

Location

Namespace
FuseJS
Package
FuseJS 2.9.1

Returns

Promise

A promise of an array of bundle file paths