UNPKG

grunt-stripper

Version:

Strip code between comment blocks or by regex.

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