File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11System . config ( {
2- baseURL : "/ " ,
2+ baseURL : "" ,
33 defaultJSExtensions : true ,
44 transpiler : "babel" ,
55 babelOptions : {
Original file line number Diff line number Diff line change 11import Reveal from 'reveal' ;
2- import classList from '/jspm_packages/github/hakimel/reveal.js@3.3.0/lib/js/classList.js' ;
3- import hljs from '/jspm_packages/github/hakimel/reveal.js@3.3.0/plugin/highlight/highlight.js' ;
4- import zoom from '/jspm_packages/github/hakimel/reveal.js@3.3.0/plugin/zoom-js/zoom.js' ;
2+ import classList from '../.. /jspm_packages/github/hakimel/reveal.js@3.3.0/lib/js/classList.js' ;
3+ import hljs from '../.. /jspm_packages/github/hakimel/reveal.js@3.3.0/plugin/highlight/highlight.js' ;
4+ import zoom from '../.. /jspm_packages/github/hakimel/reveal.js@3.3.0/plugin/zoom-js/zoom.js' ;
55
66Reveal . initialize ( {
77 controls : false ,
You can’t perform that action at this time.
0 commit comments