Commit f0b61e6a authored by Robert Knight's avatar Robert Knight

Rename entry point for annotator CSS bundle

Rename the entry point for the annotator CSS bundle so that it matches
the name of the source directory from which the bundle is compiled and
also the name of the corresponding JS bundle once that is renamed by
hypothesis/client#633
parent faf27af9
......@@ -134,7 +134,7 @@ gulp.task('watch-js', ['build-vendor-js'], function () {
var styleFiles = [
// H
'./src/styles/annotator/inject.scss',
'./src/styles/annotator/annotator.scss',
'./src/styles/annotator/pdfjs-overrides.scss',
'./src/styles/app.scss',
......
......@@ -68,7 +68,7 @@ function bootHypothesisClient(doc, config) {
'scripts/injector.bundle.js',
'styles/icomoon.css',
'styles/inject.css',
'styles/annotator.css',
'styles/pdfjs-overrides.css',
]);
}
......
......@@ -20,8 +20,8 @@ describe('bootstrap', function () {
'scripts/polyfills.bundle.js',
'scripts/jquery.bundle.js',
'scripts/injector.bundle.js',
'styles/annotator.css',
'styles/icomoon.css',
'styles/inject.css',
'styles/pdfjs-overrides.css',
// Sidebar app
......@@ -73,8 +73,8 @@ describe('bootstrap', function () {
'scripts/injector.bundle.1234.js',
'scripts/jquery.bundle.1234.js',
'scripts/polyfills.bundle.1234.js',
'styles/annotator.1234.css',
'styles/icomoon.1234.css',
'styles/inject.1234.css',
'styles/pdfjs-overrides.1234.css',
].map(function (url) {
return 'https://marginal.ly/client/build/' + url;
......
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