Skip to content

Commit

Permalink
Add release file, ignore zip. Add classPath
Browse files Browse the repository at this point in the history
  • Loading branch information
jasononeil committed Jun 13, 2013
1 parent 13a36aa commit f258c74
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Compiled Files
*.js
*.n
*.zip
bin/

# Editor Files
Expand Down
1 change: 1 addition & 0 deletions haxelib.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "compiletime",
"license": "MIT",
"classPath": "src/",
"tags": ["cross","macro","helpers"],
"description": "Simple Haxe Macro Helpers that let you do or get things at compile-time. ",
"contributors": ["jason"],
Expand Down
4 changes: 4 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

rm -f compiletime.zip
zip -r compiletime.zip example.hxml example haxelib.json LICENSE.txt README.md src

0 comments on commit f258c74

Please sign in to comment.