I try to add a header to every js-file in my project.
The current files are without comments in header. I want a gulp-task to insert following header to the files:
/*
* New Comment from Gulp-Task
*/
Is there a plugin, already ? Gulp-Inject is maybe the solution, but I don´t know, how to use it for javascript injection.