Skip to content

Commit

Permalink
Add Build Routine
Browse files Browse the repository at this point in the history
  • Loading branch information
eppfel committed Jan 31, 2015
1 parent 3e16b2f commit fddc3fe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions JXA.sublime-build
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"shell_cmd": "osacompile -l JavaScript -o $file_base_name.scpt $file_base_name.js",
"variants": [
{
"name": "Run",
"shell_cmd": "osascript -l JavaScript $file_base_name.js"
}
]
}
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015 Felix
Copyright (c) 2015 Felix Epp

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# JXASublimeText
Build a package to work with JXA in Sublime Text 3
Build a package to work with JXA in Sublime Text 3. This works just on Mac OSX Yosemite (10.10). As a first step I included a build and a run command.

0 comments on commit fddc3fe

Please sign in to comment.