Skip to content

Commit dda65a5

Browse files
committed
do not use uppercase in file names
mend
1 parent a3de845 commit dda65a5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

File renamed without changes.

tool/theme.tmpl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2010, Ajax.org B.V.
55
* All rights reserved.
6-
*
6+
*
77
* Redistribution and use in source and binary forms, with or without
88
* modification, are permitted provided that the following conditions are met:
99
* * Redistributions of source code must retain the above copyright

tool/tmtheme.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ function quoteString(str) {
203203
return '"' + str.replace(/\\/, "\\\\").replace(/"/g, '\\"').replace(/\n/g, "\\\n") + '"';
204204
}
205205

206-
var cssTemplate = fs.readFileSync(__dirname + "/Theme.tmpl.css", "utf8");
207-
var jsTemplate = fs.readFileSync(__dirname + "/Theme.tmpl.js", "utf8");
206+
var cssTemplate = fs.readFileSync(__dirname + "/theme.tmpl.css", "utf8");
207+
var jsTemplate = fs.readFileSync(__dirname + "/theme.tmpl.js", "utf8");
208208

209209
function normalizeStylesheet(rules) {
210210
for (var i = rules.length; i--; ) {

0 commit comments

Comments
 (0)