Skip to content

Commit c38c0e0

Browse files
authored
Merge pull request #296 from rdvincent/rdv-hdf5
Support for directly reading HDF5 and NetCDF MINC files.
2 parents f78cb81 + 6bb7190 commit c38c0e0

File tree

6 files changed

+9504
-22
lines changed

6 files changed

+9504
-22
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@ module.exports = function(grunt) {
121121
THREE: true,
122122
BrainBrowser: true,
123123
alert: true,
124-
console: true
124+
console: true,
125+
pako: true
125126
}
126127
},
127128
src: [

0 commit comments

Comments
 (0)