You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently impressConsole requires a path to its cssFile to work. After adding the src/plugins/extras/ plugin we pass it thusly:
<script type="text/javascript" src="../../extras/impress-console/js/impressConsole.js"></script>
<script type="text/javascript">
// For impressConsole, we unfortunately must also set the path to a mandatory css file
// which is relative to this html file.
// See https://github.com/regebro/impress-console/issues/19
var impressConsoleCss = '../../extras/impress-console/css/impressConsole.css';
</script>
TODO
Create a patch on impressConsole to have minimal CSS inline, so that it works sanely without providing an external CSS file.
The text was updated successfully, but these errors were encountered:
henrikingo
changed the title
Modify impressConsole to work without requiring configuraion parameter
Modify impressConsole to work without requiring configuration parameter
Jul 17, 2016
Currently impressConsole requires a path to its cssFile to work. After adding the
src/plugins/extras/
plugin we pass it thusly:TODO
For more context, see regebro/impress-console#19
The text was updated successfully, but these errors were encountered: