/grunt-meteor-load-order

Load order for Meteor with gruntjs

Primary LanguageJavaScriptMIT LicenseMIT

grunt-meteor-load-order

Load order for Meteor with gruntjs. Inspired from https://github.com/enimton/load-order

Get started

Installation

  1. Clone this repo in [METEOR_PROJECT_DIR]/.load-order
  2. You write application in [METEOR_PROJECT_DIR]/private/app directory
  3. Edit [METEOR_PROJECT_DIR]/.load-order/config.js

It's recommended to exclude _app directory from your code editor.

Startup

  1. Launch grunt in [METEOR_PROJECT_DIR]/.load-order/ and keep it loaded as long as meteor
  2. Launch meteor in [METEOR_PROJECT_DIR]/