UNPKG

cassette-express

Version:

Punk, carefree Browser-side Javascript Asset Bundling for Express sites

10 lines (6 loc) 188 B
// @reference 1.js 2.js ../SomeOtherThing (function(a, b, something){ var c = b + a + 10; window.c = c; window.stuff = 'I added this to: ' + something; }(a, b, something));