Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ghemingway committed Mar 6, 2014
1 parent 7c659b4 commit 49237dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ gulp.task('build', function() {
THREE: 'libs/three.min',
TrackballControls: 'libs/TrackballControls',
dat: 'libs/dat.gui.min',
bigScreen: 'libs/bigscreen.min',
VIS: 'libs/visualize',
Velvety: "shaders/VelvetyShader"
},
Expand Down Expand Up @@ -42,7 +43,7 @@ gulp.task('build', function() {
},
VIS: {
exports: "VIS",
deps: ["jquery","jqueryui"]
deps: ["jquery","jqueryui", "bigScreen"]
},
viewer: {
deps: [
Expand Down
Loading

0 comments on commit 49237dd

Please sign in to comment.