MCPcopy Index your code
hub / github.com/StartBootstrap/startbootstrap-simple-sidebar / _renderAllPug

Function _renderAllPug

scripts/sb-watch.js:77–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77function _renderAllPug() {
78 console.log('### INFO: Rendering All');
79 _.each(allPugFiles, (value, filePath) => {
80 renderPug(filePath);
81 });
82}
83
84function _handleSCSS() {
85 renderSCSS();

Callers 1

_handlePugFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected