Set working directory for OS X

This commit is contained in:
MattTuttle
2014-07-30 14:34:21 -05:00
parent c13fa37dc9
commit eab2cffa2c
2 changed files with 17 additions and 5 deletions

View File

@@ -71,11 +71,7 @@ class DefaultAssetLibrary extends AssetLibrary {
if (Sys.args ().indexOf ("-livereload") > -1) {
#if mac
var path = FileSystem.fullPath ("../Resources/manifest");
#else
var path = FileSystem.fullPath ("manifest");
#end
lastModified = FileSystem.stat (path).mtime.getTime ();
timer = new Timer (2000);