Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

sapper build defaults to build dir, sapper export defaults to export dir #150

Merged
merged 3 commits into from
Mar 3, 2018

Conversation

Rich-Harris
Copy link
Member

This closes #133. sapper build will build a production-ready version of the app to build, whereupon you can run node build/server.js (though it probably makes sense to have a sapper start task that's an alias for that). sapper build custom-dir will build to custom-dir.

sapper export currently exports to dist; it will now default to export (so this will need to be a 0.8 release). sapper export custom-dir does exactly what you'd expect.

@Rich-Harris Rich-Harris merged commit 7625302 into master Mar 3, 2018
@Rich-Harris Rich-Harris deleted the gh-133 branch March 3, 2018 20:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vary build dir according to task
1 participant