@@ -184,9 +184,9 @@ module.exports = {
184184 "script!ot" ,
185185 "flowchart.js" ,
186186 "js-sequence-diagrams" ,
187+ "expose?RevealMarkdown!reveal-markdown" ,
187188 path . join ( __dirname , 'public/js/google-drive-upload.js' ) ,
188189 path . join ( __dirname , 'public/js/google-drive-picker.js' ) ,
189- path . join ( __dirname , 'public/js/reveal-markdown.js' ) ,
190190 path . join ( __dirname , 'public/js/index.js' )
191191 ] ,
192192 "index-styles" : [
@@ -239,16 +239,16 @@ module.exports = {
239239 "js-sequence-diagrams" ,
240240 "expose?Viz!viz.js" ,
241241 "expose?io!socket.io-client" ,
242+ "expose?RevealMarkdown!reveal-markdown" ,
242243 path . join ( __dirname , 'public/js/google-drive-upload.js' ) ,
243244 path . join ( __dirname , 'public/js/google-drive-picker.js' ) ,
244- path . join ( __dirname , 'public/js/reveal-markdown.js' ) ,
245245 path . join ( __dirname , 'public/js/index.js' )
246246 ] ,
247247 pretty : [
248248 "expose?filterXSS!xss" ,
249249 "flowchart.js" ,
250250 "js-sequence-diagrams" ,
251- path . join ( __dirname , 'public/js/ reveal-markdown.js' ) ,
251+ "expose?RevealMarkdown! reveal-markdown" ,
252252 path . join ( __dirname , 'public/js/pretty.js' )
253253 ] ,
254254 "pretty-styles" : [
@@ -275,14 +275,14 @@ module.exports = {
275275 "flowchart.js" ,
276276 "js-sequence-diagrams" ,
277277 "expose?Viz!viz.js" ,
278- path . join ( __dirname , 'public/js/ reveal-markdown.js' ) ,
278+ "expose?RevealMarkdown! reveal-markdown" ,
279279 path . join ( __dirname , 'public/js/pretty.js' )
280280 ] ,
281281 slide : [
282282 "expose?filterXSS!xss" ,
283283 "flowchart.js" ,
284284 "js-sequence-diagrams" ,
285- path . join ( __dirname , 'public/js/ reveal-markdown.js' ) ,
285+ "expose?RevealMarkdown! reveal-markdown" ,
286286 path . join ( __dirname , 'public/js/slide.js' )
287287 ] ,
288288 "slide-styles" : [
@@ -310,7 +310,7 @@ module.exports = {
310310 "expose?Viz!viz.js" ,
311311 "headjs" ,
312312 "expose?Reveal!reveal.js" ,
313- path . join ( __dirname , 'public/js/ reveal-markdown.js' ) ,
313+ "expose?RevealMarkdown! reveal-markdown" ,
314314 path . join ( __dirname , 'public/js/slide.js' )
315315 ]
316316 } ,
@@ -340,7 +340,8 @@ module.exports = {
340340 "jquery-ui-resizable" : path . join ( __dirname , 'public/vendor/jquery-ui/jquery-ui.min.js' ) ,
341341 "gist-embed" : path . join ( __dirname , 'node_modules/gist-embed/gist-embed.min.js' ) ,
342342 "bootstrap-tooltip" : path . join ( __dirname , 'public/vendor/bootstrap/tooltip.min.js' ) ,
343- "headjs" : path . join ( __dirname , 'node_modules/reveal.js/lib/js/head.min.js' )
343+ "headjs" : path . join ( __dirname , 'node_modules/reveal.js/lib/js/head.min.js' ) ,
344+ "reveal-markdown" : path . join ( __dirname , 'public/js/reveal-markdown.js' ) ,
344345 }
345346 } ,
346347
0 commit comments