Skip to content

Commit

Permalink
Merge pull request #478 from BigBlueHat/patch-1
Browse files Browse the repository at this point in the history
Reference `annotator` as an external dependency.
  • Loading branch information
aron committed Jan 16, 2015
2 parents ab0838c + 4cdef89 commit 6e9873d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/plugintools/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ the Annotator library, such as ``Annotator.UI``, ``Annotator.Storage``, etc.

You can then build your plugin using browserify:

browserify myplugin.js > myplugin.bundle.js
browserify -x annotator myplugin.js > myplugin.bundle.js

The output will be a bundle that can be included in your page after the main
Annotator bundle:
Expand Down

0 comments on commit 6e9873d

Please sign in to comment.