Kevin Sawicki
ab75f6f635
Don't detach on focusout when detaching
2013-06-24 16:45:26 -07:00
Kevin Sawicki
d6513e9aa9
Use BufferedProcess for apm commands
...
This ensures the path to node is always available in the environment.
2013-06-24 16:44:40 -07:00
Kevin Sawicki
afac77ddfd
Don't copy bootstrap docs to build folder
2013-06-24 16:17:07 -07:00
Kevin Sawicki
fcd0b6839b
Don't copy vendor/apm to build folder
...
This is already copied as node_modules/atom-package-manager
2013-06-24 16:13:56 -07:00
Kevin Sawicki
32c2548442
Allow spaces before fenced code block language
2013-06-24 15:13:51 -07:00
Kevin Sawicki
1cf02c22a7
Support colorizing fenced python blocks
2013-06-24 15:08:19 -07:00
Kevin Sawicki
34e5594a2d
Nest all rules under a root .is-blurred class
2013-06-24 15:01:05 -07:00
Kevin Sawicki
46eac52dbf
Upgrade apm
2013-06-24 14:57:32 -07:00
Kevin Sawicki
915a737797
Don't copy git-utils/oniguruma deps/ during build
...
These contain source files used to build the native modules
and are not needed in the binary distribution.
2013-06-24 14:56:02 -07:00
Kevin Sawicki
d227d8794d
Upgrade apm
2013-06-24 14:24:29 -07:00
Kevin Sawicki
ad888b3250
Use walkdir for recursively copying
...
grunt.file.recurse only calls back for file paths so directory
symlinks are being copied instead of linked causing duplicate
files in the final build folder.
2013-06-24 14:11:18 -07:00
Kevin Sawicki
5350a67990
Correct typo in package.json key
2013-06-24 12:13:48 -07:00
Kevin Sawicki
c02be2330c
Only read package.json once
2013-06-24 12:05:14 -07:00
Kevin Sawicki
cf936a8a02
Upgrade apm
2013-06-24 11:45:53 -07:00
Kevin Sawicki
0b07d276b9
Don't copy dev dependencies during build task
...
Closes #601
2013-06-24 11:14:46 -07:00
Kevin Sawicki
6879f0d0ac
Update initialPath on project path changes
...
atom.setPathToOpen() is now longer available and instead
the load settings should be updated.
2013-06-24 10:41:44 -07:00
Kevin Sawicki
d31d18360b
Store untitled window state under load settings
...
This keeps untitled windows from contaminating each other by
storing to the same state path on disk but still stores state
across reloads of the windows.
Closes #599
2013-06-24 10:37:53 -07:00
Kevin Sawicki
aeee3c9ade
Remove unused methods
2013-06-24 08:53:15 -07:00
Kevin Sawicki
dae28d2222
Add light syntax colors for embedded strings
...
Closes #598
2013-06-24 08:33:18 -07:00
Kevin Sawicki
f81f95e830
💄
2013-06-24 08:32:33 -07:00
Kevin Sawicki
41611f826a
Add back lint as part of CI
2013-06-21 19:59:37 -07:00
Kevin Sawicki
4eac57c31c
Capture test standard out and error and log it
2013-06-21 13:35:19 -07:00
probablycorey
2a7f03761d
Update documentation
2013-06-21 09:46:25 -07:00
probablycorey
264f7e1a74
Add script/test
2013-06-21 09:46:25 -07:00
probablycorey
94227889f1
script/build calls script/bootstrap
2013-06-21 09:46:25 -07:00
Kevin Sawicki
34114a9620
Add jasmine-focused as dev dependency
...
This has the nof command to un-focus all specs
2013-06-21 09:36:27 -07:00
Kevin Sawicki
b562b3cf72
Remove script/copy-info-plist
...
Perform the copy in Gruntfile.coffee instead of a script
2013-06-21 09:30:53 -07:00
Kevin Sawicki
3938d143a1
Drop unneeded './' from script commands
2013-06-20 22:02:53 -07:00
Kevin Sawicki
95418566ef
Correct typo in Requirements
2013-06-20 22:02:28 -07:00
Kevin Sawicki
622b877663
Remove extra newline
2013-06-20 21:59:23 -07:00
Kevin Sawicki
503ff13eb3
Sort keys in fence extension hash
2013-06-20 21:59:21 -07:00
Kevin Sawicki
2792f0d835
Map XML fence to grammar
2013-06-20 21:59:12 -07:00
probablycorey
82cb2aa124
Remove unused scripts
2013-06-20 17:15:53 -07:00
probablycorey
ba08123abc
Update installation instructions
2013-06-20 17:15:53 -07:00
probablycorey
93d6a80bc6
Add script/build task
2013-06-20 17:15:53 -07:00
probablycorey
fd78c2a709
Don't clean node_modules when building
2013-06-20 17:15:53 -07:00
Kevin Sawicki & Nathan Sobo
fb7080c39a
Remove unused require
2013-06-20 17:15:53 -07:00
probablycorey
cc591e18b0
Remove colored output from cibuilds
2013-06-20 17:15:53 -07:00
probablycorey
7e6979236e
🐛
2013-06-20 17:15:53 -07:00
probablycorey
e72c48607b
Fix doc specs
2013-06-20 17:15:52 -07:00
probablycorey
3e91334c82
Bundle themes are no longer copied
2013-06-20 17:15:52 -07:00
probablycorey
593e8c0e14
Don't bootstrap from gruntfile
2013-06-20 17:15:52 -07:00
probablycorey
f8bc5ce648
cibuild runs ./script/bootstrap
2013-06-20 17:15:52 -07:00
probablycorey
29f10e71ce
Mentioned grunt change
2013-06-20 17:15:52 -07:00
probablycorey
84340782ff
Update readme
2013-06-20 17:15:52 -07:00
probablycorey
674946d180
Update rakefile
2013-06-20 17:15:52 -07:00
probablycorey
abf4a6501a
Use grunt to run ci tests
2013-06-20 17:15:52 -07:00
probablycorey
ee0d073cd2
Update default grunt task
2013-06-20 17:15:52 -07:00
probablycorey
2d583d6ea0
Use local spawn method to output all errors
2013-06-20 17:15:52 -07:00
probablycorey
e46af10631
Remove unused files from gitignore
2013-06-20 17:15:52 -07:00