mirror of
https://github.com/gpujs/gpu.js.git
synced 2026-01-25 16:08:02 +00:00
Basic build script and folder structure
This commit is contained in:
parent
57ca297806
commit
8d18ad5ddc
@ -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
5
folder-structure.md
Normal 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
0
lib/_anchor.txt
Normal file
1919
lib/jison.js
Normal file
1919
lib/jison.js
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user