issues Search Results · repo:andybluntish/grunt-xsltproc language:JavaScript
Filter by
6 results
(57 ms)6 results
inandybluntish/grunt-xsltproc (press backspace or delete to remove)Config:
xsltproc: {
options: {
stylesheet: %= config.app % /assets/svg2symbol.xslt
},
files: {
%= config.app % /assets/img/icon.symbol.svg : [
%= config.app % /assets/img/icon.svg
...
HughxDev
- 1
- Opened on Sep 24, 2015
- #14
Tested on Windows 7 x64, and Linux (CentOS 6.5) x64, with xsltproc installed to my PATH:
Running xsltproc:svg2symbol (xsltproc) task warning: failed to load external entity xsltproc cannot parse xsltproc ...
HughxDev
- 1
- Opened on Sep 24, 2015
- #13
Hi Andy,
is it possible to add support for target specific stylesheets, so you can have multiple XML and XSL files?
Something like this:
xsltproc: {
options: {
xinclude: true
},
...
dsine-de
- 5
- Opened on Apr 2, 2014
- #8
I installed xsltproc and all dependencies (Windows 7) and edited the PATH variable. I can run xsltproc on the command
line from anywhere.
But when I try to run the Grunt task, I get this error:
Running ...
dsine-de
- 5
- Opened on Mar 4, 2014
- #6
The documentation makes no mention of the dependency on the xsltproc.
andybluntish
- Opened on Dec 14, 2013
- #4
I currently get a 404 error when trying to install grunt-xsltproc using npm:
pre npm http GET https://registry.npmjs.org/grunt-xsltproc/-/grunt-xsltproc-0.3.0.tgz npm http 404
https://registry.npmjs.org/grunt-xsltproc/-/grunt-xsltproc-0.3.0.tgz ...
dsine-de
- 1
- Opened on Dec 1, 2013
- #3

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.