Make caja point to the same file

pull/268/head
Jonathan Frederic 11 years ago
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…
Cancel
Save