1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-10-27 04:01:47 +01:00

upgrade to node-sass 5.0 (adds support for node 15.x) #2841

This commit is contained in:
Hakim El Hattab
2020-11-25 15:06:14 +01:00
parent 0582f57517
commit 1e70d9fe46
14 changed files with 12794 additions and 2433 deletions

View File

@@ -32,6 +32,8 @@ const banner = `/*!
* Copyright (C) 2020 Hakim El Hattab, https://hakim.se
*/\n`
sass.compiler = require('node-sass');
// Prevents warnings from opening too many test pages
process.setMaxListeners(20);