Fix slide resource path and style load orders to avoid conflicts

This commit is contained in:
Wu Cheng-Han 2016-11-29 00:44:15 +08:00
parent ead48e45e0
commit 47d5efb29e
3 changed files with 18 additions and 7 deletions

View file

@ -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/'
}
])
],