Elaborated on what the root project can/should do.
This commit is contained in:
parent
96d5d59df7
commit
597310f031
@ -1,6 +1,6 @@
|
|||||||
# Targeting 0.4.0: Ideas and Plans
|
# Targeting 0.4.0: Ideas and Plans
|
||||||
|
|
||||||
- Have the following layout of dirs and files. It is a combined gradle/ssg project.
|
Have the following layout of dirs and files. It is a combined gradle/ssg project.
|
||||||
- bin: a folder for shell scripts
|
- bin: a folder for shell scripts
|
||||||
- ssg: a shell script to invoke the ssg-cli
|
- ssg: a shell script to invoke the ssg-cli
|
||||||
- pages: a source set for pages
|
- pages: a source set for pages
|
||||||
@ -11,10 +11,15 @@
|
|||||||
- groovy
|
- groovy
|
||||||
- wvc
|
- wvc
|
||||||
- gst
|
- gst
|
||||||
|
- src: a source set for the main/root project which can be depended upon by everything else. Useful for models, etc.
|
||||||
|
- groovy
|
||||||
|
- java
|
||||||
|
- resources
|
||||||
- ssg: the folder for the build logic
|
- ssg: the folder for the build logic
|
||||||
- buildSrc: a gradle subproject where we can put custom build logic that is accessible from scripts.
|
- buildSrc: a gradle subproject where we can put custom build logic that is accessible from scripts.
|
||||||
- src
|
- src
|
||||||
- groovy
|
- groovy
|
||||||
|
- default.ssg.groovy: the 'default' build, which production/preview/etc. can extend
|
||||||
- build.gradle
|
- build.gradle
|
||||||
- production.ssg.groovy: a 'production' build
|
- production.ssg.groovy: a 'production' build
|
||||||
- preview.ssg.groovy: a 'preview' build
|
- preview.ssg.groovy: a 'preview' build
|
||||||
|
Loading…
Reference in New Issue
Block a user