gulp-imports
gulp-imports copied to clipboard
Gulp plugin for importing/including files via simple import() comments while building/concatenating.
I'm new to gulp so I don't know if that's possible with the way gulp works. My understanding is that it uses streams or something and that makes it hard...
@ifandelse is it possible to provide an entry point (eg: app.js used on every template), to keep track of all files being 'imported', because there could be other files (eg:...
For example: ``` template : '${import:template.html}', ``` This is useful to avoid writing html code inside javascript files, common uses are backbone, and typeahead and other front-end libraries. You have...