diff --git a/Procfile.frontend b/Procfile.frontend new file mode 100644 index 000000000..cf9e5bd17 --- /dev/null +++ b/Procfile.frontend @@ -0,0 +1,5 @@ +web: bundle exec puma -p 3000 +worker: bundle exec script/scheduler.rb start -t +websocket: bundle exec script/websocket-server.rb start +guard: bundle exec guard -P livereload +gulp: bundle exec gulp \ No newline at end of file diff --git a/contrib/mac_developer_scripts.app/Contents/Info.plist b/contrib/mac_developer_scripts.app/Contents/Info.plist deleted file mode 100644 index 04dcd78f5..000000000 --- a/contrib/mac_developer_scripts.app/Contents/Info.plist +++ /dev/null @@ -1,52 +0,0 @@ - - - - - CFBundleAllowMixedLocalizations - - CFBundleDevelopmentRegion - English - CFBundleExecutable - applet - CFBundleIconFile - applet - CFBundleIdentifier - com.apple.ScriptEditor.id.mac-developer-scripts - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - mac_developer_scripts - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0 - CFBundleSignature - aplt - LSMinimumSystemVersionByArchitecture - - x86_64 - 10.6 - - LSRequiresCarbon - - WindowState - - bundleDividerCollapsed - - bundlePositionOfDivider - 0.0 - dividerCollapsed - - eventLogLevel - 2 - name - ScriptWindowState - positionOfDivider - 388 - savedFrame - 157 65 700 672 0 0 1280 778 - selectedTab - description - - - diff --git a/contrib/mac_developer_scripts.app/Contents/MacOS/applet b/contrib/mac_developer_scripts.app/Contents/MacOS/applet deleted file mode 100755 index 053952a3c..000000000 Binary files a/contrib/mac_developer_scripts.app/Contents/MacOS/applet and /dev/null differ diff --git a/contrib/mac_developer_scripts.app/Contents/PkgInfo b/contrib/mac_developer_scripts.app/Contents/PkgInfo deleted file mode 100644 index 3253614c4..000000000 --- a/contrib/mac_developer_scripts.app/Contents/PkgInfo +++ /dev/null @@ -1 +0,0 @@ -APPLaplt \ No newline at end of file diff --git a/contrib/mac_developer_scripts.app/Contents/Resources/applet.icns b/contrib/mac_developer_scripts.app/Contents/Resources/applet.icns deleted file mode 100644 index 0cdd17086..000000000 Binary files a/contrib/mac_developer_scripts.app/Contents/Resources/applet.icns and /dev/null differ diff --git a/contrib/mac_developer_scripts.app/Contents/Resources/applet.rsrc b/contrib/mac_developer_scripts.app/Contents/Resources/applet.rsrc deleted file mode 100644 index 34578c3af..000000000 Binary files a/contrib/mac_developer_scripts.app/Contents/Resources/applet.rsrc and /dev/null differ diff --git a/contrib/mac_developer_scripts.app/Contents/Resources/description.rtfd/TXT.rtf b/contrib/mac_developer_scripts.app/Contents/Resources/description.rtfd/TXT.rtf deleted file mode 100644 index bca6a68d0..000000000 --- a/contrib/mac_developer_scripts.app/Contents/Resources/description.rtfd/TXT.rtf +++ /dev/null @@ -1,5 +0,0 @@ -{\rtf1\ansi\ansicpg1252\cocoartf1504\cocoasubrtf760 -{\fonttbl} -{\colortbl;\red255\green255\blue255;} -{\*\expandedcolortbl;;} -} \ No newline at end of file diff --git a/contrib/mac_developer_scripts.scpt b/contrib/mac_developer_scripts.scpt deleted file mode 100644 index bbde3de02..000000000 Binary files a/contrib/mac_developer_scripts.scpt and /dev/null differ