-
Notifications
You must be signed in to change notification settings - Fork 413
Closed
Labels
type: featurecode contributing to the implementation of a feature and/or user facing functionalitycode contributing to the implementation of a feature and/or user facing functionality
Description
Which problem is this feature request solving?
Currently running ntl dev
in an unliked project has a good experience: it detects the framework and runs the correct command. However this is not true for ntl build
. First, it won't allow the site to build without --offline
, and it doesn't do framework build command detection or build plugin installation. This means it's not possible to build a site without either creating a toml or linking the site. This adds friction for users trying out builds.
Describe the solution you'd like
ntl build
should behave like ntl dev
. It should run even if the site is unlinked, and it should use framework-info to detect settings - including auto-installing plugins.
Pull request (optional)
- I can submit a pull request.
whitep4nth3r, maxcell, philhawksworth and ericapisani
Metadata
Metadata
Assignees
Labels
type: featurecode contributing to the implementation of a feature and/or user facing functionalitycode contributing to the implementation of a feature and/or user facing functionality