mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Stamp built bundles with dev_bundle vno.
This commit is contained in:
@@ -495,6 +495,11 @@ _.extend(Bundle.prototype, {
|
||||
else
|
||||
/* dev_bundle_mode === "skip" */;
|
||||
|
||||
fs.writeFileSync(
|
||||
path.join(build_path, 'server', '.bundle_version.txt'),
|
||||
fs.readFileSync(
|
||||
path.join(files.get_dev_bundle(), '.bundle_version.txt')));
|
||||
|
||||
// --- Static assets ---
|
||||
|
||||
if (is_app) {
|
||||
|
||||
Reference in New Issue
Block a user