cloudfour / cloudfour/drizzle

Could toolkit scripts be easier to create?

Open
#54 14 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
HTML
Stars
662
Forks
28
PR merge metrics
No merged PRs in 30d

Description

Currently, creating new toolkit scripts requires you to create a new file, then add a somewhat redundant item to `config.js`:

```
'drizzle/scripts/drizzle': './src/assets/drizzle/scripts/drizzle.js',
'toolkit/scripts/toolkit': './src/assets/toolkit/scripts/toolkit.js',
'drizzle/scripts/some-page': './src/assets/toolkit/scripts/some-page.js'
```

It seems like this could be simplified, at least so that the `toolkit/scripts` directory doesn't need a new entry for every single root JS package. But I might be missing something.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.