This plugin is for use in combination with Reval to allow for instant reloads with Meteor.
- Install the Atmosphere package
meteor add qualia:reval
- Install Sublime Package Manager
- Type "command + P" then type "Install Package" into prompt
- Type "Meteor Reval"
- Configure User Settings in
Preferences -> Package Settings -> Meteor Reval
You can specify settings in your .sublime-project
file to modify the host name for each project using reval
- Add a block in your
.sublime-project
with overrides for the project like
"settings": {
"meteor_reval": {
"reload_on_modified" : true,
"hostname": "some.hostname",
"required_path": "\\\\Special\\Path",
"path": "\\\\Full\\Path\\To\\App",
}
}
- Download zip file of this repo
- Extract to your
Packages/MeteorReval
- Remove any existing version installed from package control
- Reload Sublime. Sublime will now use the local package in
Packages/
- Make modifications locally to
MeteorReval.py
Package Folder Location
- Windows:
%APPDATA%\Sublime Text 3
- OS X:
~/Library/Application Support/Sublime Text 3