Skip to content

Commit

Permalink
remove browserify-shader transform call (fixes aframevr#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
cvan committed Nov 19, 2015
1 parent a74d05f commit 4945c3d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/budo.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ var app = budo('./index.js:build/vr-components.js', {
stream: process.stdout, // log to stdout
host: '0.0.0.0',
port: 9000,
browserifyArgs: (
'-s vr-components -t [browserify-shader --parameterize=true]'.split(' ')
)
browserifyArgs: '-s vr-components'.split(' ')
});

app
Expand Down

0 comments on commit 4945c3d

Please sign in to comment.