Standardized on autoMount (vs. automount) and created compiled version of the PCSIG08 disk manifest (because it's huge)
This commit is contained in:
parent
4a26d4b083
commit
4577092917
54 changed files with 93 additions and 93 deletions
|
|
@ -671,8 +671,8 @@ module.exports = function(grunt) {
|
|||
var sFile = matchManifest[2];
|
||||
var sManifest = grunt.file.read(path.join('.', sFile));
|
||||
if (!sManifest) continue;
|
||||
var sPrefix = "", sDefaultName = "", match;
|
||||
match = sManifest.match(/<title(?: prefix="(.*?)"|(;?))[^>]*>(.*?)<\/title>/);
|
||||
var sPrefix = "", sDefaultName = "Unknown", match;
|
||||
match = sManifest.match(/<title(?: prefix="(.*?)"|)[^>]*>(.*?)<\/title>/);
|
||||
if (match) {
|
||||
sPrefix = match[1];
|
||||
sDefaultName = match[2];
|
||||
|
|
|
|||
Loading…
Reference in a new issue