##// END OF EJS Templates
d-cache: don't init in includeme so we don't trigger s3 connections on startup of rcstack....
d-cache: don't init in includeme so we don't trigger s3 connections on startup of rcstack. The d-cache will be initied only when needed during first file download

File last commit:

r4030:386f1ab6 default
r5487:c594e70d default
Show More
index.js
6 lines | 285 B | application/javascript | JavascriptLexer
js: migrate to polymer 3.x
r3173 import '@polymer/iron-ajax/iron-ajax.js';
js: support shared styles via webpack inline
r3179 import './shared-styles.js';
js: migrate to polymer 3.x
r3173 import './channelstream-connection/channelstream-connection.js';
import './rhodecode-toast/rhodecode-toast.js';
import './rhodecode-unsafe-html/rhodecode-unsafe-html.js';
import './rhodecode-app/rhodecode-app.js';