Skip to content

Commit

Permalink
docs: Fix tutorial deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed Mar 22, 2024
1 parent 05377e5 commit 59e88a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tutorials/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ require('codemirror/addon/fold/foldcode');
require('codemirror/addon/fold/foldgutter');
require('codemirror/addon/edit/matchbrackets');

// Colorbrewer
window.colorbrewer = require('colorbrewer').default;

// d3
window.d3 = require('d3');

// common tutorial code
require('./common/tutorials.css');
window.start_tutorial = require('./common/tutorials');

0 comments on commit 59e88a7

Please sign in to comment.