##// END OF EJS Templates
Capture error messages while stopping ipython clusters using batch (qdel, bkill) commands. Helps diagnosing issues during cluster shutdown, which are otherwise silently ignored.
Capture error messages while stopping ipython clusters using batch (qdel, bkill) commands. Helps diagnosing issues during cluster shutdown, which are otherwise silently ignored.

File last commit:

r11033:fa36e98f
r11285:23ff2ea0
Show More
style.less
6 lines | 315 B | text/x-less | LessCssLexer
Brian E. Granger
Adding style.less to each subdir - but still use global style.less
r10718 @import "../base/less/variables.less";
@import "../base/less/mixins.less";
@import "../base/less/flexbox.less";
@import "../base/less/page.less";
MinRK
bootstrap tree
r10891 @import "../components/font-awesome/build/assets/font-awesome/less/font-awesome.less";
@FontAwesomePath: "../components/font-awesome/build/assets/font-awesome/font";