commit 57ca2978064cd6b3aa262fdf05d19be4ed4e28df Author: Eugene Cheah Date: Sat Jan 23 15:43:35 2016 +0800 Initial folder structure commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..43cd4968 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Built files +bin/*.js diff --git a/bin/_anchor.txt b/bin/_anchor.txt new file mode 100644 index 00000000..e69de29b diff --git a/build.xml b/build.xml new file mode 100755 index 00000000..129f0fa6 --- /dev/null +++ b/build.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + diff --git a/demo/_anchor.txt b/demo/_anchor.txt new file mode 100644 index 00000000..e69de29b diff --git a/src/_anchor.txt b/src/_anchor.txt new file mode 100644 index 00000000..e69de29b