Unverified Commit ad55f753 authored by Robert Knight's avatar Robert Knight Committed by GitHub

Merge pull request #811 from hypothesis/disable-sidebar-coffee-build

Disable CoffeeScript support when building sidebar application
parents ffc17a47 457612b6
...@@ -107,7 +107,7 @@ const appBundles = [{ ...@@ -107,7 +107,7 @@ const appBundles = [{
},{ },{
// The sidebar application for displaying and editing annotations. // The sidebar application for displaying and editing annotations.
name: 'sidebar', name: 'sidebar',
transforms: ['babel', 'coffee'], transforms: ['babel'],
entry: './src/sidebar/index', entry: './src/sidebar/index',
},{ },{
// The annotation layer which handles displaying highlights, presenting // The annotation layer which handles displaying highlights, presenting
......
...@@ -33,7 +33,7 @@ module.exports = function(config) { ...@@ -33,7 +33,7 @@ module.exports = function(config) {
// watchify // watchify
// Unit tests // Unit tests
{ pattern: '**/*-test.coffee', watched: false, included: true, served: true }, { pattern: 'annotator/**/*-test.coffee', watched: false, included: true, served: true },
{ pattern: '**/test/*-test.js', watched: false, included: true, served: true }, { pattern: '**/test/*-test.js', watched: false, included: true, served: true },
// Integration tests // Integration tests
......
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