gradle / gradle-jdocbook

A Gradle plugin for jdocbook
13 stars 14 forks source link

Split jdocbookStyle Configuration into multiple #3

Closed sebersole closed 12 years ago

sebersole commented 12 years ago

Thinking at least 2, maybe 3..

The main thinking here is around XSLT . Right now there are 2 options to make XSLT available to rendering:

The second option has the undesirable side affect of polluting the staging directory (and ultimately the publish directory) with unneeded XSLT scripts, dependencies, etc

The possible 3rd is fonts.

stliu commented 12 years ago

i think this is fine

sebersole commented 12 years ago

For now, just added jdocbookXsl. I think jdocbookFont might make sense, but we are not really using fonts atm to test that