UNPKG

grunt-stripper

Version:

Strip code between comment blocks or by regex.

14 lines (10 loc) 194 B
(function() { var foo; /* test-code */ function bar() { } /* end-test-code */ return { bar: "bar" /* test-code */ , fizz: "buzz" /* end-test-code */ }; }());