Procfile.frontend
Add procfile for frontend development. It adds guard livereload that reloads and recompiles the frontend files when a change occurs. It also adds gulp that watches for changes to the icon set and rebundles the icons into a svg store while stripping two colors from them that can then be replaced via css. Run via `foreman start -f Procfile.frontend`
This commit is contained in:
parent
cb4c4c85e4
commit
29531460f6
8 changed files with 5 additions and 58 deletions
5
Procfile.frontend
Normal file
5
Procfile.frontend
Normal file
|
@ -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
|
|
@ -1,52 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleAllowMixedLocalizations</key>
|
||||
<true/>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>applet</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>applet</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.apple.ScriptEditor.id.mac-developer-scripts</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>mac_developer_scripts</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>aplt</string>
|
||||
<key>LSMinimumSystemVersionByArchitecture</key>
|
||||
<dict>
|
||||
<key>x86_64</key>
|
||||
<string>10.6</string>
|
||||
</dict>
|
||||
<key>LSRequiresCarbon</key>
|
||||
<true/>
|
||||
<key>WindowState</key>
|
||||
<dict>
|
||||
<key>bundleDividerCollapsed</key>
|
||||
<true/>
|
||||
<key>bundlePositionOfDivider</key>
|
||||
<real>0.0</real>
|
||||
<key>dividerCollapsed</key>
|
||||
<false/>
|
||||
<key>eventLogLevel</key>
|
||||
<integer>2</integer>
|
||||
<key>name</key>
|
||||
<string>ScriptWindowState</string>
|
||||
<key>positionOfDivider</key>
|
||||
<real>388</real>
|
||||
<key>savedFrame</key>
|
||||
<string>157 65 700 672 0 0 1280 778 </string>
|
||||
<key>selectedTab</key>
|
||||
<string>description</string>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
APPLaplt
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 362 B |
|
@ -1,5 +0,0 @@
|
|||
{\rtf1\ansi\ansicpg1252\cocoartf1504\cocoasubrtf760
|
||||
{\fonttbl}
|
||||
{\colortbl;\red255\green255\blue255;}
|
||||
{\*\expandedcolortbl;;}
|
||||
}
|
Binary file not shown.
Loading…
Reference in a new issue