Kevin Sawicki
d35c871e17
Install atom executable during window.startup()
...
Previously this was done during `rake install`.
Also default to `~/github/atom` as the default resource path
when no `--resource-path` argument is specified. This argument
will now be required when running in dev mode if the repository
is not at the default location.
Closes #300
2013-02-22 21:19:34 -08:00
Kevin Sawicki
b04c1ad766
Include dot-atom directory in bundle
2013-02-22 14:46:29 -08:00
Corey Johnson
e7a8e4e3c4
Add atom.update and atom.getUpdateStatus
2013-02-14 16:40:24 -08:00
Kevin Sawicki
97e808620e
Copy themes folder to bundle
2013-01-17 16:50:25 -08:00
Kevin Sawicki
781f58e33a
Precompile cson files to json
2013-01-17 16:50:25 -08:00
Corey Johnson
e5e5c497e1
Load themes from ~/.atom/themes
2012-12-26 17:41:48 -08:00
Corey Johnson
540f651061
Only compile coffee files in src static and vendor
2012-10-26 15:36:15 -07:00
Corey Johnson
6ea19bc765
When building, only compile coffeescript if needed.
...
Also doesn't copy coffeescript files to bundle.
2012-10-15 11:49:19 -07:00
Corey Johnson
fbe9a8b671
Fail Xcode build if any coffeescript file fails to compile
2012-10-15 09:01:26 -07:00
Corey Johnson
27dbf5798b
No longer being clever when compiling coffeescript
2012-09-20 15:48:18 -07:00
Corey Johnson
ece908a10a
Make paths with spaces work with coffee compiler
2012-09-20 13:28:33 -07:00
Corey Johnson
f624d2277e
Compiling coffeescript is slow, so only compile the .coffee files if they are newer than the .js files
...
If a coffeescript file is deleted, this will not remove that file from the bundle. This is the source of a future bug that I'm hoping to avoid.
2012-09-19 16:08:26 -07:00
Corey Johnson
61c8068171
Add The Setup's env when Xcode copy files to bundle.
2012-09-17 15:35:55 -07:00