Unverified Commit f1bcb9a1 authored by Sheetal Umesh Kumar's avatar Sheetal Umesh Kumar Committed by GitHub

Merge pull request #635 from hypothesis/rename-annotator-css-bundle

Rename entry point for annotator CSS bundle
parents 7572d227 f0b61e6a
...@@ -134,7 +134,7 @@ gulp.task('watch-js', ['build-vendor-js'], function () { ...@@ -134,7 +134,7 @@ gulp.task('watch-js', ['build-vendor-js'], function () {
var styleFiles = [ var styleFiles = [
// H // H
'./src/styles/annotator/inject.scss', './src/styles/annotator/annotator.scss',
'./src/styles/annotator/pdfjs-overrides.scss', './src/styles/annotator/pdfjs-overrides.scss',
'./src/styles/sidebar/sidebar.scss', './src/styles/sidebar/sidebar.scss',
......
...@@ -68,7 +68,7 @@ function bootHypothesisClient(doc, config) { ...@@ -68,7 +68,7 @@ function bootHypothesisClient(doc, config) {
'scripts/injector.bundle.js', 'scripts/injector.bundle.js',
'styles/icomoon.css', 'styles/icomoon.css',
'styles/inject.css', 'styles/annotator.css',
'styles/pdfjs-overrides.css', 'styles/pdfjs-overrides.css',
]); ]);
} }
......
...@@ -20,8 +20,8 @@ describe('bootstrap', function () { ...@@ -20,8 +20,8 @@ describe('bootstrap', function () {
'scripts/polyfills.bundle.js', 'scripts/polyfills.bundle.js',
'scripts/jquery.bundle.js', 'scripts/jquery.bundle.js',
'scripts/injector.bundle.js', 'scripts/injector.bundle.js',
'styles/annotator.css',
'styles/icomoon.css', 'styles/icomoon.css',
'styles/inject.css',
'styles/pdfjs-overrides.css', 'styles/pdfjs-overrides.css',
// Sidebar app // Sidebar app
...@@ -73,8 +73,8 @@ describe('bootstrap', function () { ...@@ -73,8 +73,8 @@ describe('bootstrap', function () {
'scripts/injector.bundle.1234.js', 'scripts/injector.bundle.1234.js',
'scripts/jquery.bundle.1234.js', 'scripts/jquery.bundle.1234.js',
'scripts/polyfills.bundle.1234.js', 'scripts/polyfills.bundle.1234.js',
'styles/annotator.1234.css',
'styles/icomoon.1234.css', 'styles/icomoon.1234.css',
'styles/inject.1234.css',
'styles/pdfjs-overrides.1234.css', 'styles/pdfjs-overrides.1234.css',
].map(function (url) { ].map(function (url) {
return 'https://marginal.ly/client/build/' + 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