Skip to content

Commit 8d18ad5

Browse files
committed
Basic build script and folder structure
1 parent 57ca297 commit 8d18ad5

4 files changed

Lines changed: 1926 additions & 3 deletions

File tree

build.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
33
The following lists the target sets supported by ant
44
55
+ build
6-
+ clean
7-
+ compile / build / source
8-
+ src-beautify
96
107
************************************************** -->
118

129
<!-- convinent aliases -->
1310
<target name="source" depends="build">
1411
</target>
12+
<target name="src" depends="build">
13+
</target>
1514

1615
<!-- The build ant script -->
1716
<target name="build">

folder-structure.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
+ bin : The compiled JS files, and its minified version?
3+
+ demo : demo HTML files
4+
+ lib : External library JS files
5+
+ src : The source javascript

lib/_anchor.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)