jQuery and Masonry set their own module names in a complete define(, [], function(...) { ... }) call. This requires a paths setting if the module is not on that path.
Currently the compressor filter labels these modules under their full path, instead of recognising the module has its name preset.
jQuery and Masonry set their own module names in a complete define(, [], function(...) { ... }) call. This requires a
pathssetting if the module is not on that path.Currently the compressor filter labels these modules under their full path, instead of recognising the module has its name preset.