Sha256: 273d46f8e253efbde8a722f27dc89bddf0c063f6a337a7ce853130e7b3227670
Contents?: true
Size: 376 Bytes
Versions: 12
Compression:
Stored size: 376 Bytes
Contents
/*globals BPM_PLUGIN UGLYDUCK */ BPM_PLUGIN.minify = function(body, context, pathname) { var whatIsUglyDuck = 'undefined' === typeof UGLYDUCK ? '(main not loaded)' : UGLYDUCK; var whereIsUglyDuck = context.settings['uglyduck:where'] || '(build settings not found)' return "//MINIFIED START\nUGLY DUCK "+whatIsUglyDuck+whereIsUglyDuck+"\n"+body+"\n//MINIFIED END\n"; };
Version data entries
12 entries across 12 versions & 1 rubygems