diff --git a/Jakefile.js b/Jakefile.js index 05eaab7c..788e29b9 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -50,6 +50,7 @@ task('build', {async: true}, function () { './src/events.js', './src/timestep.js', './src/dataset.js', + './src/dataview.js', './src/stack.js', './src/range.js', './src/eventbus.js', diff --git a/examples/timeline/05_groups.html b/examples/timeline/05_groups.html index b586fab9..66b257b2 100644 --- a/examples/timeline/05_groups.html +++ b/examples/timeline/05_groups.html @@ -23,32 +23,30 @@