Back to Wekan

Meteor Bundle

docs/DeveloperDocs/Meteor-bundle.md

11.531.1 KB
Original Source

Wekan for Meteor.js bundle bug reports and feature requests

Build Meteor bundle from source

Note: building from source writes two directories that are easy to confuse. .build/ is the release bundle (meteor build .build --directory, and .build/bundle is what is deployed); _build/ is rspack's compiled output, written by any Meteor compile, which Meteor reads the app's main modules from. Both are generated and gitignored. See Directory-Structure.md.

Install from source without root