##// END OF EJS Templates
core: added two new commands rcsetup-app and rcupgrade-db that will...
core: added two new commands rcsetup-app and rcupgrade-db that will replace pserve equivalents. - pserver uses some internals from pylons, and we want to remove this.

File last commit:

r883:ae526446 default
r2007:e0e75f82 default
Show More
rhodecode-legacy-js.html
7 lines | 269 B | text/html | HtmlLexer
frontend: wrap our legacy js code inside polymer element
r883 <link rel="import" href="../../../../../../bower_components/polymer/polymer.html">
<dom-module id="rhodecode-legacy-js">
<template>
<script src="../../../scripts.js"></script>
</template>
<script src="rhodecode-legacy-js.js"></script>
</dom-module>