Basic build script and folder structure

This commit is contained in:
Eugene Cheah 2016-01-23 15:51:46 +08:00
parent 57ca297806
commit 8d18ad5ddc
4 changed files with 1926 additions and 3 deletions

View File

@ -3,15 +3,14 @@
The following lists the target sets supported by ant
+ build
+ clean
+ compile / build / source
+ src-beautify
************************************************** -->
<!-- convinent aliases -->
<target name="source" depends="build">
</target>
<target name="src" depends="build">
</target>
<!-- The build ant script -->
<target name="build">

5
folder-structure.md Normal file
View File

@ -0,0 +1,5 @@
+ bin : The compiled JS files, and its minified version?
+ demo : demo HTML files
+ lib : External library JS files
+ src : The source javascript

0
lib/_anchor.txt Normal file
View File

1919
lib/jison.js Normal file

File diff suppressed because it is too large Load Diff