Skip to content

Commit 754f972

Browse files
committed
static_files should be set for assets to be picked up
1 parent 87f236c commit 754f972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/roundup/templates/responsive/config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ templates = html
2828
# The path may be either absolute or relative
2929
# to the directory containig this config file.
3030
# Default:
31-
static_files =
31+
static_files = static
3232

3333
# Email address that roundup will complain to if it runs into trouble.
3434
# Default: roundup-admin

0 commit comments

Comments
 (0)