diff --git a/notebook/build.js b/notebook/build.js index 695452b00..db781b351 100644 --- a/notebook/build.js +++ b/notebook/build.js @@ -7,7 +7,8 @@ var path = require('path'); var aliasifyConfig = { aliases: { jqueryui: 'jquery-ui', - termjs: 'term.js' + termjs: 'term.js', + caja: './../../../static/components/google-caja/html-css-sanitizer-minified' }, verbose: false } diff --git a/notebook/templates/page.html b/notebook/templates/page.html index 2cf74efb5..e7869d702 100644 --- a/notebook/templates/page.html +++ b/notebook/templates/page.html @@ -39,7 +39,7 @@ codemirror: 'components/codemirror', termjs: 'components/term.js/src/term', marked: 'components/marked/marked.min', - sanitizer: 'components/google-caja/caja-minified' + caja: 'components/google-caja/html-css-sanitizer-minified' }, shim: { underscore: {