Skip to content

Commit

Permalink
A couple of touchups for the 0.15 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamSpitz committed Jan 14, 2013
1 parent f702318 commit 51c0e8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -1,3 +1,6 @@
appengine-generated
public/javascripts/auto_generated
public/javascripts/auto_save
_site
.backups
.DS_Store
6 changes: 1 addition & 5 deletions Makefile
@@ -1,8 +1,7 @@
AUTO_GEN_DIR := public/javascripts/auto_generated
STATIC_JS_WITH_DEV := $(AUTO_GEN_DIR)/avocado.js
STATIC_JS_WITH_DEV_3D := $(AUTO_GEN_DIR)/avocado.3D.js

all: $(STATIC_JS_WITH_DEV) $(STATIC_JS_WITH_DEV_3D)
all: $(STATIC_JS_WITH_DEV)

clean:
rm -r $(AUTO_GEN_DIR)
Expand All @@ -12,6 +11,3 @@ $(AUTO_GEN_DIR):

$(STATIC_JS_WITH_DEV): $(AUTO_GEN_DIR) script/produceStaticJSFile.rb script/load_order.with_dev.rb
script/produceStaticJSFile.rb < script/load_order.with_dev.rb > $(STATIC_JS_WITH_DEV)

$(STATIC_JS_WITH_DEV_3D): $(AUTO_GEN_DIR) script/produceStaticJSFile.rb script/load_order.with_dev.3D.rb
script/produceStaticJSFile.rb < script/load_order.with_dev.3D.rb > $(STATIC_JS_WITH_DEV_3D)

0 comments on commit 51c0e8c

Please sign in to comment.