mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
rename file stream_client -> stream_client_sockjs
This commit is contained in:
committed by
Naomi Seyfer
parent
438bd6f694
commit
e710338a94
@@ -13,7 +13,7 @@ Package.on_use(function (api) {
|
||||
api.use('reload', 'client');
|
||||
api.use('routepolicy', 'server');
|
||||
api.add_files('sockjs-0.3.4.js', 'client');
|
||||
api.add_files('stream_client.js', 'client');
|
||||
api.add_files('stream_client_sockjs.js', 'client');
|
||||
api.add_files('stream_server.js', 'server');
|
||||
|
||||
// livedata_connection.js uses a Minimongo collection internally to
|
||||
|
||||
Reference in New Issue
Block a user