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
85
85
86
86
if ( Object . hasOwnProperty . call ( options , 'spotlight' ) ) {
87
87
defaultOptions . dependencies . push ( {
88
- src : `${ serverurl } /build/reveal.js/plugin /spotlight/spotlight.js`
88
+ src : `${ serverurl } /build/revealjs-plugins /spotlight/spotlight.js`
89
89
} )
90
90
}
91
91
92
92
if ( Object . hasOwnProperty . call ( options , 'allottedTime' ) || Object . hasOwnProperty . call ( options , 'allottedMinutes' ) ) {
93
93
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`
95
95
} )
96
96
if ( Object . hasOwnProperty . call ( options , 'allottedMinutes' ) ) {
97
97
options . allottedTime = options . allottedMinutes * 60 * 1000
Original file line number Diff line number Diff line change @@ -166,6 +166,11 @@ module.exports = {
166
166
from : 'plugin' ,
167
167
to : 'reveal.js/plugin'
168
168
} ,
169
+ {
170
+ context : path . join ( __dirname , 'public/js' ) ,
171
+ from : 'revealjs-plugins' ,
172
+ to : 'revealjs-plugins'
173
+ } ,
169
174
{
170
175
context : path . join ( __dirname , 'node_modules/dictionary-de' ) ,
171
176
from : '*' ,
You can’t perform that action at this time.
0 commit comments