Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Merge Test PR #7316

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const util = require('util');

exports.root_path = require('app-root-path').path;

// ---------- Pages config ----------
// ---------- Pages config ---------
exports.pages = require('./config/pages.js').map(p => ({
save_as : p[0],
tpl_path : p[1],
Expand Down