Skip to content

Commit

Permalink
ignore: fix netlify spacial audio example
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Sep 9, 2019
1 parent 9a8fce7 commit c2a275e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/netlify.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ shell.mkdir('-p', path.join(DEPLOY_DIR, 'node_modules'));
shell.cp('-R', path.join(BASE_DIR, f), DEPLOY_DIR);
});
shell.cp('-R', path.join(BASE_DIR, 'node_modules', 'video.js'), path.join(DEPLOY_DIR, 'node_modules'));
shell.cp('-R', path.join(BASE_DIR, 'node_modules', 'omnitone'), path.join(DEPLOY_DIR, 'node_modules'));

0 comments on commit c2a275e

Please sign in to comment.