gulp-remove-code
gulp-remove-code copied to clipboard
Remove sections of code from files based on conditions
It would be nice if you could add a function or parameters that remove the "removeIf/endRemoveIf" comments without removing what inside of them. I use gulp-remove-code to remove some stuff...
Remove a single line of code with a single line comment. The format of the comment is `commentStart + removeSingleIf(conditions) + commentEnd` **Example** **Remove code from JavaScript files** ``` let...
Took me a while to figure out why this wasn't working with my PHP files, but I realized it's because PHP wasn't being recognized as using "HTML-style" comments. I rectified...
Hi I'm using gulp-sourcemaps to generate sourcemaps of my JS. I've noticed that your plugin is not in the list of "plugins with gulp sourcemaps support": https://github.com/floridoo/gulp-sourcemaps/wiki/Plugins-with-gulp-sourcemaps-support Would it be...