Skip to content
Snippets Groups Projects
Unverified Commit 36d0fdac authored by Gabriel Engel's avatar Gabriel Engel
Browse files

removed fast-render

parent be69fe6f
No related branches found
No related tags found
No related merge requests found
......@@ -4,39 +4,39 @@
# but you can also edit it by hand.
rocketchat:cors
accounts-facebook@1.0.10
accounts-github@1.0.10
accounts-google@1.0.10
accounts-meteor-developer@1.0.10
accounts-password@1.3.0
accounts-twitter@1.1.11
blaze-html-templates@1.0.4
check@1.2.3
coffeescript@1.2.4_1
ddp-rate-limiter@1.0.5
ecmascript@0.5.8
ejson@1.0.12
email@1.1.17
fastclick@1.0.12
http@1.2.9
jquery@1.11.9
less@2.7.5
logging@1.1.15
meteor-base@1.0.4
mobile-experience@1.0.4
mongo@1.1.12
random@1.0.10
rate-limit@1.0.5
reactive-dict@1.1.8
reactive-var@1.0.10
reload@1.1.10
service-configuration@1.0.10
session@1.1.6
accounts-facebook
accounts-github
accounts-google
accounts-meteor-developer
accounts-password
accounts-twitter
blaze-html-templates
check
coffeescript
ddp-rate-limiter
ecmascript
ejson
email
fastclick
http
jquery
less
logging
meteor-base
mobile-experience
mongo
random
rate-limit
reactive-dict
reactive-var
reload
service-configuration
session
shell-server
spacebars@1.0.12
standard-minifier-css@1.2.0
standard-minifier-js@1.2.0
tracker@1.1.0
spacebars
standard-minifier-css
standard-minifier-js
tracker
rocketchat:action-links
rocketchat:api
......
......@@ -23,7 +23,6 @@ callback-hook@1.0.9
cfs:http-methods@0.0.32
check@1.2.3
chrismbeckett:toastr@2.1.2_1
chuangbo:cookie@1.1.0
coffeescript@1.2.4_1
dandv:caret-position@2.1.1
ddp@1.2.5
......@@ -77,11 +76,7 @@ mdg:validation-error@0.5.1
meteor@1.2.17
meteor-base@1.0.4
meteor-developer@1.1.9
meteorhacks:fast-render@2.16.0
meteorhacks:inject-data@2.0.0
meteorhacks:inject-initial@1.0.4
meteorhacks:meteorx@1.4.1
meteorhacks:picker@1.0.3
meteorspark:util@0.2.0
minifier-css@1.2.14
minifier-js@1.2.14
......
......@@ -22,17 +22,12 @@ Package.onUse(function(api) {
'coffeescript',
'underscore',
'rocketchat:lib',
'meteorhacks:inject-initial',
'meteorhacks:fast-render'
'meteorhacks:inject-initial'
]);
api.addFiles('master/main.html', 'client');
api.addFiles('master/loading.html', 'client');
api.addFiles('master/error.html', 'client');
api.addFiles('master/logoLayout.html', 'client');
api.addFiles('master/main.coffee', 'client');
api.addFiles('server/inject.js', 'server');
api.addFiles('server/fastRender.js', 'server');
});
/* globals FastRender */
FastRender.onAllRoutes(function(/*path*/) {
// this.subscribe('settings');
this.subscribe('meteor.loginServiceConfiguration');
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment