guardian / scribe-plugin-noting

9 stars 3 forks source link

Added require fix for immutable.js #61

Closed cutandpastey closed 9 years ago

cutandpastey commented 9 years ago

On a fresh checkout, when trying to run the test suite you get:

Uncaught Error: Script error for: immutable/dist/immutable http://requirejs.org/docs/errors.html#scripterror

This is because scribe references immutable like this: 'immutable/dist/immutable'

Adding a reference to the require.config.paths fixes this until we can get a fix in the scribe codebase.

robinedman commented 9 years ago

:+1: