Skip to content

Commit

Permalink
Merge pull request #17 from dmarcos/derequire
Browse files Browse the repository at this point in the history
Derequires build to be friendly with browserified projects
  • Loading branch information
borismus committed Dec 1, 2015
2 parents 880121b + c17b9b6 commit c8cec0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default:
mkdir -p build
browserify src/main.js > build/webvr-polyfill.js
browserify src/main.js | derequire > build/webvr-polyfill.js
cp build/webvr-polyfill.js ../webvr-boilerplate/bower_components/webvr-polyfill/build/webvr-polyfill.js

watch:
Expand Down

0 comments on commit c8cec0d

Please sign in to comment.