grunt-includes icon indicating copy to clipboard operation
grunt-includes copied to clipboard

Include content from other files

Results 5 grunt-includes issues
Sort by recently updated
recently updated
newest added

Hi, I have a fairly complex application structure that makes extensive use of the includes functionality. We recently upgraded from ~0.4 to ~1.1 as part of a larger overall build...

This is a feature request :) I would like to do the following: ``` html include "fileB.html?param1=value1&param2=value2" ``` ``` html Value of "param1" is {$param1} include "another/file/{$param2}" ``` Though maybe...

enhancement

Hi, I'm testing out your plugin and the basics are really straightforward. I might be doing something dumb, but wanted your opinion. Ideally I'd have one template HTML file `app/pages/wrapper.html`...

Let's say we have a target .js file with the tags ``` /* injector:tag */ //Maybe, nor maybe not some content /* endinjector */ ``` Is there a way to...

**From**: ``` html Lorem ipsum + include "btn.html" + dicta expedita... or Lorem ipsum [ include "btn.html" ] dicta expedita... ``` **To**: ``` html Lorem ipsum dicta expedita... ```

enhancement