From 5f7ba7332db6f0413a0dd6f0a385f8b3d75c90b6 Mon Sep 17 00:00:00 2001 From: WrinklyNinja Date: Mon, 13 May 2013 11:35:23 +0100 Subject: [PATCH] Updated resource paths. --- src/generators.h | 10 +++++----- src/globals.h | 10 ++-------- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/src/generators.h b/src/generators.h index f9fb869f..4531b0a4 100644 --- a/src/generators.h +++ b/src/generators.h @@ -114,20 +114,20 @@ namespace boss { node = head.append_child(); node.set_name("link"); node.append_attribute("rel").set_value("stylesheet"); - node.append_attribute("href").set_value("../resource/style.css"); + node.append_attribute("href").set_value("../resources/style.css"); node = head.append_child(); node.set_name("script"); - node.append_attribute("src").set_value("../resource/polyfill.js"); + node.append_attribute("src").set_value("../resources/polyfill.js"); node.text().set(" "); node = head.append_child(); node.set_name("script"); - node.append_attribute("src").set_value("../resource/storage.js"); + node.append_attribute("src").set_value("../resources/storage.js"); node.text().set(" "); node = head.append_child(pugi::node_comment); - node.set_value("[if IE 8]>