File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -85,13 +85,13 @@ delete options.dependencies
8585
8686if ( Object . hasOwnProperty . call ( options , 'spotlight' ) ) {
8787 defaultOptions . dependencies . push ( {
88- src : `${ serverurl } /build/reveal.js/plugin /spotlight/spotlight.js`
88+ src : `${ serverurl } /build/revealjs-plugins /spotlight/spotlight.js`
8989 } )
9090}
9191
9292if ( Object . hasOwnProperty . call ( options , 'allottedTime' ) || Object . hasOwnProperty . call ( options , 'allottedMinutes' ) ) {
9393 defaultOptions . dependencies . push ( {
94- src : `${ serverurl } /build/reveal.js/plugin /elapsed-time-bar/elapsed-time-bar.js`
94+ src : `${ serverurl } /build/revealjs-plugins /elapsed-time-bar/elapsed-time-bar.js`
9595 } )
9696 if ( Object . hasOwnProperty . call ( options , 'allottedMinutes' ) ) {
9797 options . allottedTime = options . allottedMinutes * 60 * 1000
Original file line number Diff line number Diff line change @@ -166,6 +166,11 @@ module.exports = {
166166 from : 'plugin' ,
167167 to : 'reveal.js/plugin'
168168 } ,
169+ {
170+ context : path . join ( __dirname , 'public/js' ) ,
171+ from : 'revealjs-plugins' ,
172+ to : 'revealjs-plugins'
173+ } ,
169174 {
170175 context : path . join ( __dirname , 'node_modules/dictionary-de' ) ,
171176 from : '*' ,
You can’t perform that action at this time.
0 commit comments