-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
featureNew feature, enhancement, or requestNew feature, enhancement, or request
Description
Overview
As a user, I want to choose where to css-typed generates the files, so that it can fit my repository’s directory structure/conventions.
Notes
- Current location: alongside the source, required
*.d.css.tsin the.gitignore(maybe call thiscolocatedFile? - Alternative:
generated/*.d.css.ts- still alongside, but grouped within agenerated. Simplifies.gitignorewithgenerated/convention- This option would take an optional string name (defaults to
generated) - Name TBD, but maybe
colocatedDirectoryorcolocatedGeneratedDirectory
- This option would take an optional string name (defaults to
- Alternative 2:
generated/**/*.d.css.ts- parallel structure in a rootgenerateddirectory- Same optional string name as above
- Name TBD, but maybe
parallelStructureorparallelDirectoryorrootGeneratedDirectory
Metadata
Metadata
Assignees
Labels
featureNew feature, enhancement, or requestNew feature, enhancement, or request