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

Automatic dependency loading #307

Open
groenroos opened this issue Oct 5, 2021 · 0 comments
Open

Automatic dependency loading #307

groenroos opened this issue Oct 5, 2021 · 0 comments
Assignees
Labels
feature Brand new features to Sapling help wanted Issues where help is needed from other contributors

Comments

@groenroos
Copy link
Member

As part of #175 and #189, some "core" functionality will be split out into separate dependencies.

The idea is that the developer who needs Uploads or Notifications would either use the CLI to add these capabilities, or just npm install them themselves (which is what the CLI is shorthand for). However both are cumbersome experiences from a "speed of development" perspective, as you'd have to move off from your IDE, exit Sapling, install, configure, then re-run Sapling and return to code.

Take a leaf from Laravel Mix's book, and have Sapling (in non-production mode) automatically install internal dependencies (and their npm dependencies) whenever they are called in code.

@groenroos groenroos added feature Brand new features to Sapling help wanted Issues where help is needed from other contributors labels Oct 5, 2021
@groenroos groenroos added this to the M3 - Release 3.0 milestone Oct 5, 2021
@groenroos groenroos self-assigned this Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Brand new features to Sapling help wanted Issues where help is needed from other contributors
Development

No branches or pull requests

1 participant