diff --git a/tasks/build-examples.js b/tasks/build-examples.js
index 5f89100124..af7c9f2390 100644
--- a/tasks/build-examples.js
+++ b/tasks/build-examples.js
@@ -45,10 +45,10 @@ function main(callback) {
for (var i = resources.length - 1; i >= 0; --i) {
resource = resources[i];
if (isJsRegEx.test(resource)) {
- resources[i] = '"';
+ resources[i] = '';
} else if (isCssRegEx.test(resource)) {
resources[i] = '"';
+ '">';
} else {
callback(new Error('Resource ' + resource +
' is no .js or .css'));