Skip to content

Commit

Permalink
Merge pull request #309 from natacha-beck/release_2.5.0_fix
Browse files Browse the repository at this point in the history
Release 2.5.0 fix
  • Loading branch information
Robert D Vincent authored Jun 20, 2016
2 parents 12f95c0 + 378054d commit 6fe1fe2
Show file tree
Hide file tree
Showing 5 changed files with 6,623 additions and 20 deletions.
7 changes: 4 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* BrainBrowser: Web-based Neurological Visualization Tools
* (https://brainbrowser.cbrain.mcgill.ca)
*
* Copyright (C) 2011
* Copyright (C) 2011
* The Royal Institution for the Advancement of Learning
* McGill University
*
Expand All @@ -24,7 +24,7 @@

module.exports = function(grunt) {
"use strict";

grunt.initConfig({
pkg: grunt.file.readJSON("package.json"),
BRAINBROWSER_VERSION: "<%= pkg.version %>",
Expand Down Expand Up @@ -129,7 +129,8 @@ module.exports = function(grunt) {
src: [
"<%= concat.surface.src %>",
"<%= concat.volume.src %>",
"!src/brainbrowser/surface-viewer/lib/three.js"
"!src/brainbrowser/surface-viewer/lib/three.js",
"!src/brainbrowser/lib/pako.js"
]
},
workers: {
Expand Down
30 changes: 16 additions & 14 deletions build/brainbrowser-2.5.0/brainbrowser.surface-viewer.min.js

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions build/brainbrowser-2.5.0/brainbrowser.volume-viewer.min.js

Large diffs are not rendered by default.

Binary file modified release/brainbrowser-2.5.0.tar.gz
Binary file not shown.
Loading

0 comments on commit 6fe1fe2

Please sign in to comment.