Closed
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.ts
in the.gitignore
(maybe call thiscolocatedFile
? - Alternative:
generated/*.d.css.ts
- still alongside, but grouped within agenerated
. Simplifies.gitignore
withgenerated/
convention- This option would take an optional string name (defaults to
generated
) - Name TBD, but maybe
colocatedDirectory
orcolocatedGeneratedDirectory
- This option would take an optional string name (defaults to
- Alternative 2:
generated/**/*.d.css.ts
- parallel structure in a rootgenerated
directory- Same optional string name as above
- Name TBD, but maybe
parallelStructure
orparallelDirectory
orrootGeneratedDirectory