Skip to content

Commit 386f22a

Browse files
fix bug structure
1 parent f4bf1d6 commit 386f22a

File tree

133 files changed

+27
-12842
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+27
-12842
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.babelrc

-3
This file was deleted.

.editorconfig

-11
This file was deleted.

.eslintrc

-18
This file was deleted.

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ coverage
2727

2828
# Compiled binary addons (http://nodejs.org/api/addons.html)
2929
build/Release
30+
/static/.DS_Store

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
coderockr.com

config.js

-89
This file was deleted.

crossdomain.xml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0"?>
2+
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
3+
<cross-domain-policy>
4+
5+
6+
<!-- Read this: www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html -->
7+
8+
<!-- Most restrictive policy: -->
9+
<site-control permitted-cross-domain-policies="none"/>
10+
11+
12+
13+
<!-- Least restrictive policy: -->
14+
<!--
15+
<site-control permitted-cross-domain-policies="all"/>
16+
<allow-access-from domain="*" to-ports="*" secure="false"/>
17+
<allow-http-request-headers-from domain="*" headers="*" secure="false"/>
18+
-->
19+
<!--
20+
If you host a crossdomain.xml file with allow-access-from domain="*"
21+
and don’t understand all of the points described here, you probably
22+
have a nasty security vulnerability. ~ simon willison
23+
-->
24+
25+
</cross-domain-policy>

gulpfile.babel.js

-6
This file was deleted.

package-lock.json

-21
This file was deleted.

package.json

-80
This file was deleted.

source/.DS_Store

-6 KB
Binary file not shown.
-38.6 KB
Binary file not shown.
-29.1 KB
Binary file not shown.
-38.3 KB
Binary file not shown.
-28.4 KB
Binary file not shown.
-40.8 KB
Binary file not shown.
-30.6 KB
Binary file not shown.
-52.1 KB
Binary file not shown.
-38.9 KB
Binary file not shown.
-19.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)