Added a frameset, for bypassing the SOP during local development 1.0.3
authorKai Moritz <kai@juplo.de>
Mon, 24 Aug 2015 08:47:16 +0000 (10:47 +0200)
committerKai Moritz <kai@juplo.de>
Mon, 24 Aug 2015 21:24:33 +0000 (23:24 +0200)
.gitignore
dist/index.html [new file with mode: 0644]
package.json

index de4d1f0..c4572b8 100644 (file)
@@ -1,2 +1,5 @@
-dist
+dist/**/*.html
+dist/css
+dist/fonts
+dist/img
 node_modules
diff --git a/dist/index.html b/dist/index.html
new file mode 100644 (file)
index 0000000..0f3f0bd
--- /dev/null
@@ -0,0 +1,10 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
+<html>
+  <head>
+    <meta http-equiv="content-type" content="text/html; charset=utf-8">
+    <title>Frameset to Bypass Same-Origin-Policy</title>
+  </head>
+  <frameset>
+    <frame src="thymeleaf/templates/layout.html">
+  </frameset>
+</html>
index 9c9a0b2..38da0a5 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "frontend",
-  "version": "1.0.2",
+  "version": "1.0.3",
   "description": "Simple Example-Project for Template-Development",
   "devDependencies": {
     "grunt": "~0.4.5",