Fixed deploy target, new entry creation.

* Modified make target `deploy` to require the `build` target first.
* When creating a new timestamp entry we no longer refresh the collection from
  the server. Now we use the `success` callback to set the server-supplied
  values on the model.
This commit is contained in:
Jonathan Bernard
2013-10-22 16:46:34 +00:00
parent a3c55e918e
commit f4eeb91d1a
2 changed files with 10 additions and 8 deletions

View File

@ -48,7 +48,7 @@ build: compile
cp src/ts_db_records.hrl build/include
cp yaws.prod.conf build/yaws.conf
deploy: compile
deploy: build
@service yaws stop
@echo Removing existing artifacts.
- @rm -r $(TS_ROOT)