Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output generated files to different directories? #235

Open
DeadSuperHero opened this issue Aug 8, 2024 · 1 comment
Open

Output generated files to different directories? #235

DeadSuperHero opened this issue Aug 8, 2024 · 1 comment

Comments

@DeadSuperHero
Copy link

Hi there,

I'm trying to figure out if this is currently possible, or if I would need to do a little bit of code adjustment.

Here's what I want to do: put generated files in different directories, based on type.

The resulting structure would look something like...

font-dir/
├─ assets/
├─ ├─ less/
├─ ├─ ├─ font.less
├─ ├─ css/
├─ ├─ ├─ font.css
├─ ├─ fonts/
├─ ├─ ├─ font.eot
├─ ├─ ├─ font.ttf
├─ ├─ ├─ font.svg
├─ ├─ ├─ font.symbol.svg
├─ ├─ ├─ font.woff
├─ ├─ ├─ font.woff2
├─ ├─ scss/
├─ ├─ ├─ font.scss
├─ ├─ styl/
├─ ├─ ├─ font.styl
├─ node_modules/
├─ scripts/
├─ ├─ generate.js/
├─ src/
├─ ├─ svg/
├─ templates/
├─ ├─ _font.css.template
├─ ├─ _font.less.template
├─ ├─ _font.module.less.template
├─ ├─ _font.scss.template
├─ ├─ _font.styl.template
├─ .gitignore
├─ package.json
├─ index.html
├─ symbol.html
├─ unicode.html
├─ README.md

Basically, I want to try to keep the output organized and reduce clutter. Right now, it just all dumps into one directory, and feels messy.

@jaywcjlove
Copy link
Owner

@DeadSuperHero
Implementing this requirement is very simple, but it would require me to change scripts in other projects, and it doesn't bring any significant value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants