gulp-include-source
gulp-include-source copied to clipboard
Include scripts and styles into your HTML files automatically.
Hi im new in gulp, how should write includeSources functions for selecting my js file?
Support for full RegEx patterns would be extremely helpful, and expected (works for the `grunt` [counterpart](https://github.com/jwvdiermen/grunt-include-source)) ``` ```
Allowing wildcards in a list.
I suggest that empty lines should be ignored when `` syntax is used. At least the last empty line should since in many cases people set their IDEs/editors to add...
There is a problem which can result in nothing being added to the output html file. I dug around a bit and the solution seems to be to include an...
Currently the matching regular expression does not allow any inner parenthesis. By changing line 19 from `return contents.match(//);` to 'return contents.match(//);' users can now add full glob filters. Ex. Currently...
Add useful `baseUrl` option like [grunt-include-source](https://github.com/jwvdiermen/grunt-include-source#optionsbaseurl) plugin has.
``` bower_components/jquery/dist/jquery.min.js bower_components/angular/angular.min.js ``` ?
Will this work with html files?