mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-13 14:44:43 -04:00
Fix slide resource path and style load orders to avoid conflicts
This commit is contained in:
parent
ead48e45e0
commit
47d5efb29e
3 changed files with 18 additions and 7 deletions
|
@ -136,6 +136,14 @@ module.exports = {
|
|||
dot: false
|
||||
},
|
||||
to: 'emojify.js/'
|
||||
},
|
||||
{
|
||||
context: path.join(__dirname, 'node_modules/reveal.js'),
|
||||
from: {
|
||||
glob: '**/*',
|
||||
dot: false
|
||||
},
|
||||
to: 'reveal.js/'
|
||||
}
|
||||
])
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue