Skip to content

Commit 745e1d8

Browse files
author
Frank Ludwig
committed
Fix paths
1 parent 9bfb25f commit 745e1d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = function (grunt) {
4545

4646
replace: {
4747
dist: {
48-
src: ['src/themes/classic/classic-demo-cdn.html', 'src/themes/classic/fullscreen-demo-cdn.html', 'README.rst'],
48+
src: ['src/themes/*/demo-cdn.html', 'README.rst'],
4949
overwrite: true,
5050
replacements: [{
5151
from: /\/libs\/galleria\/[0-9]{1,2}\.[0-9]{1,2}\.[0-9]{1,2}\//g,

0 commit comments

Comments
 (0)