Skip to content

Commit

Permalink
Fix plugins gulp script
Browse files Browse the repository at this point in the history
  • Loading branch information
darekkay committed Aug 23, 2022
1 parent 24177d3 commit 235661a
Show file tree
Hide file tree
Showing 25 changed files with 32 additions and 312 deletions.
6 changes: 3 additions & 3 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,9 @@ <h1>THE END</h1>

<script src="dist/reveal.js"></script>

<script src="dist/plugin/notes/notes.js"></script>
<script src="dist/plugin/search/search.js"></script>
<script src="dist/plugin/highlight/highlight.js"></script>
<script src="dist/plugin/notes/notes.js"></script>
<script src="dist/plugin/search/search.js"></script>
<script src="dist/plugin/highlight/highlight.js"></script>

<!-- TODO: use new plugin format -->
<script src="dist/plugin/theme-toggle/theme-toggle.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions dist/plugin/highlight/highlight.esm.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plugin/highlight/highlight.js

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion dist/plugin/markdown/markdown.esm.js

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion dist/plugin/markdown/markdown.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/plugin/notes/notes.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/plugin/notes/notes.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plugin/search/search.esm.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/plugin/search/search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/reveal.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/reveal.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/reveal.js.map

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,7 @@ gulp.task('test', gulp.series( 'eslint', 'qunit' ))

gulp.task('default', gulp.series(gulp.parallel('js', 'css', 'plugins'), 'test'))

// Replace after this is fixed: https://github.com/hakimel/reveal.js/issues/2985
// gulp.task('build', gulp.parallel('js', 'css', 'plugins'))
gulp.task('build', gulp.parallel('js', 'css'))
gulp.task('build', gulp.parallel('js', 'css', 'plugins'))

gulp.task('package', gulp.series(() =>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"sass": "^1.39.2",
"yargs": "^15.1.0"
},
"browserslist": "> 0.5%, IE 11, not dead",
"browserslist": "> 2%, not dead",
"eslintConfig": {
"env": {
"browser": true,
Expand Down
5 changes: 0 additions & 5 deletions plugin/highlight/highlight.esm.js

This file was deleted.

5 changes: 0 additions & 5 deletions plugin/highlight/highlight.js

This file was deleted.

1 change: 0 additions & 1 deletion plugin/markdown/markdown.esm.js

This file was deleted.

1 change: 0 additions & 1 deletion plugin/markdown/markdown.js

This file was deleted.

96 changes: 0 additions & 96 deletions plugin/math/katex.js

This file was deleted.

89 changes: 0 additions & 89 deletions plugin/math/mathjax2.js

This file was deleted.

77 changes: 0 additions & 77 deletions plugin/math/mathjax3.js

This file was deleted.

1 change: 0 additions & 1 deletion plugin/notes/notes.esm.js

This file was deleted.

1 change: 0 additions & 1 deletion plugin/notes/notes.js

This file was deleted.

Loading

0 comments on commit 235661a

Please sign in to comment.