mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
WIP towards boilerplate
This commit is contained in:
@@ -50,6 +50,7 @@ var Builder = function (options) {
|
||||
self.buildPath = path.join(path.dirname(self.outputPath),
|
||||
'.build' + nonce + "." +
|
||||
path.basename(self.outputPath));
|
||||
console.log(self.buildPath);
|
||||
files.rm_recursive(self.buildPath);
|
||||
files.mkdir_p(self.buildPath, 0755);
|
||||
|
||||
|
||||
@@ -1786,9 +1786,8 @@ exports.bundle = function (options) {
|
||||
});
|
||||
|
||||
// Server
|
||||
|
||||
var server = options.cachedServerTarget ||
|
||||
makeServerTarget(app, clientTargets);
|
||||
var server = options.cachedServerTarget || makeServerTarget(app, client);
|
||||
server.clientTarget = client;
|
||||
targets.server = server;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user