jakejs / jake

JavaScript build tool, similar to Make or Rake. Built to work with Node.js.
http://jakejs.com
Apache License 2.0
1.97k stars 190 forks source link

Add app global vars #313

Open Meettya opened 8 years ago

Meettya commented 8 years ago

I`m add ability to set global config in main Jakefile and use it in separated tasks in jakelib files.

We are use it for directory paths, to keep all project config in one place and have small tasks without hardcoding.