SlexAxton / yepnope.js

A Script Loader For Your Conditional Builds
http://yepnopejs.com/
BSD 3-Clause "New" or "Revised" License
2.51k stars 323 forks source link

"Reexecute" feature disappeared from minified version of YepNope #211

Closed rivaros closed 10 years ago

rivaros commented 10 years ago

The following prefix does not work on minified version of yepnope, while it works on the normal version.

yepnope.addPrefix('reexec', function (resourceObj) {
      resourceObj.reexecute = true;
      return resourceObj;
});

Looks like reexecute property of resourceObject was wiped out.