Skip to content

Commit

Permalink
Merge branch 'release-0.6.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
avital committed May 15, 2013
2 parents a33fcf6 + 75ab6e6 commit 5d736d4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/.meteor/release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.3
0.6.3.1
8 changes: 1 addition & 7 deletions scripts/admin/banner.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
=> Meteor 0.6.3 released: Default to WebSockets in modern browsers, new
`check` API to validate untrusted input, synthetic `tap` events,
update to MongoDB 2.4, and more. See
https://github.com/meteor/meteor/blob/devel/History.md for details.

This is being downloaded in the background. Update your project
to Meteor 0.6.3 by running 'meteor update'.
=> Meteor 0.6.3.1: Small fix to 'client/compatibility' from 0.6.3
3 changes: 3 additions & 0 deletions scripts/admin/notices.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"are now thrown rather than passed in `result.error`."]
}
},
{
"release": "0.6.3.1"
},
{
"release": "NEXT"
}
Expand Down
2 changes: 1 addition & 1 deletion tools/packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ _.extend(Package.prototype, {

// -- Source files --
var shouldLoadRaw = function (filename) {
return filename.indexOf(path.sep + 'client' + path.sep + 'compatibility' + path.sep) !== -1;
return filename.indexOf('client' + path.sep + 'compatibility' + path.sep) !== -1;
};
var clientFiles = sources_except(api, "server");
api.add_files(_.filter(clientFiles, shouldLoadRaw), "client", {raw: true});
Expand Down

0 comments on commit 5d736d4

Please sign in to comment.