mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-09 03:50:45 +08:00
Make caja point to the same file
This commit is contained in:
parent
541aed3ea1
commit
7df0a118c7
@ -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
|
||||
}
|
||||
|
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user