ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Meteor Reval

by qualialabs ALL

Sublime Text 3 plugin for Meteor Reval

Details

Installs

  • Total 533
  • Win 250
  • Mac 179
  • Linux 104
Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Meteor Reval - Instant Reloading with Sublime & Meteor

This plugin is for use in combination with Reval to allow for instant reloads with Meteor.

Meteor Setup

  1. Install the Atmosphere package meteor add qualia:reval

Sublime Global Setup

  1. Install Sublime Package Manager
  2. Type “command + P” then type “Install Package” into prompt
  3. Type “Meteor Reval”
  4. Configure User Settings in Preferences -> Package Settings -> Meteor Reval

Sublime Per-Project Setup

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",
  }
}

How to Develop

  1. Download zip file of this repo
  2. Extract to your Packages/MeteorReval
  3. Remove any existing version installed from package control
  4. Reload Sublime. Sublime will now use the local package in Packages/
  5. Make modifications locally to MeteorReval.py

Package Folder Location * Windows: %APPDATA%\Sublime Text 3 * OS X: ~/Library/Application Support/Sublime Text 3