From a798fb25ab032ab7b0c09fa9305248a0bddac7bf Mon Sep 17 00:00:00 2001 From: David Glasser Date: Fri, 1 Mar 2013 18:46:45 -0800 Subject: [PATCH] extend an XXX comment --- lib/files.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/files.js b/lib/files.js index 5bd171c22d..0d65af30ac 100644 --- a/lib/files.js +++ b/lib/files.js @@ -112,6 +112,8 @@ var files = module.exports = { // XXX once we are done with the transition to engine, this should // change to: `return fs.existsSync(path.join(filepath, '.meteor', // 'release'))` + // (though we'll have to start putting release files in the examples + // directories at that point) // .meteor/packages can be a directory, if .meteor is a warehouse // directory. since installing meteor initializes a warehouse at