question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove injection placeholders option?

See original GitHub issue

Hi all,

Thanks for gulp-inject - it’s absolutely fabulous!

Question: I was wondering if gulp-inject provided a a way to remove injection placeholders as part of the injection process? This would mean that the final processed file didn’t have the `

` etc tags post processing.

I’ve had a read through the docs and I don’t think you support this at present - do think it’s something that you might consider? Obviously this only caters for the workflow where you copy across your source file(s) before injecting them. But I think this is a fairly common approach (certainly it is the one I use in my own gulp tasks).

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
johnnyreillycommented, Feb 20, 2015

Thanks chap! I can confirm it works a treat 👍

1reaction
joakimbengcommented, Feb 20, 2015

Sorry for the delay! Forgot to publish. I’ve published v.1.2.0 now where this is included.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to prevent SQL Injection Vulnerabilities: How Prepared ...
SQL Injection vulnerabilities are still prevalent. In this article, we will discuss prepared statements, how they work, and how you can ...
Read more >
Preventing SQL Injection Attacks With Python
SQL injection attacks are one of the most common web application security risks. In this step-by-step tutorial, you'll learn how you can prevent...
Read more >
How to prevent SQL injection attacks in Node.js - PlanetScale
Preventing SQL Injection Attacks# · Don't allow multiple statements · Use placeholders instead of variable interpolation · Validate user input ...
Read more >
Prevent SQL injection vulnerabilities in PHP applications and ...
This post will focus on how to prevent SQL injection vulnerabilities within PHP applications and fix them.
Read more >
An SQL injection against which prepared statements won't help
I have a quick question about injection vulnerability. Is injection, with prepared statements, something I need to be worried about even with selected...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found