Commit 85043b2e authored by Robert Knight's avatar Robert Knight

Rename entry points for annotator and sidebar bundles to 'index.js'

Rename the entry points to the more conventional 'index.js' for the
benefit of new visitors to the codebase and also for consistency across
the different bundles that make up the client.
parent faf27af9
......@@ -107,12 +107,12 @@ var appBundles = [{
// The sidebar application for displaying and editing annotations.
name: 'app',
transforms: ['babel', 'coffee'],
entry: './src/sidebar/app',
entry: './src/sidebar/index',
},{
// The annotation layer which handles displaying highlights, presenting
// annotation tools on the page and instantiating the sidebar application.
name: 'injector',
entry: './src/annotator/main',
entry: './src/annotator/index',
transforms: ['babel', 'coffee'],
}];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment