Commit Graph

16 Commits

Author SHA1 Message Date
Slava Kim
49a7088c30 Create a folder "tool-env"
Contains uninteresting setup and cleanup files
2015-07-31 18:38:25 -07:00
Sashko Stubailo
312663db67 Transpile the Meteor command line tool with Babel
- Uses Ben's meteor-babel npm package that has a default config
- From a checkout, uses the meteor-babel/register module and compiles at runtime
- When meteor-tool is published, precompiles the files
- Adds tests to make sure source maps work everywhere
2015-06-23 14:32:49 -04:00
Slava Kim
f4bb3c8953 meteor.bat should exit with the same exit code as meteor node script 2015-03-23 12:12:02 -07:00
Slava Kim
eb33978b60 Always guard leaking env variables on Windows with SETLOCAL/ENDOCAL
Windows-only
2015-03-09 12:05:02 -07:00
Avital Oliver
9f0f91e851 Correct home dir logic on Windows 2015-03-04 20:54:27 -08:00
Slava Kim
362757b9ba Set METEOR_INSTALLATION when running from checkout on Windows 2015-03-02 17:54:55 -08:00
Avital Oliver
7b531c1ad5 Don't extract dev bundle unless deletion worked
Before this change, if the deletion failed the dev bundle
would get extracted into a subdirectory of METEOR\dev_bundle
rather than into that directory.
2015-02-06 13:47:37 -08:00
Slava Kim
367edfc60e fix the 7z check 2015-02-04 19:15:39 -08:00
Slava Kim
f2dd0e8c35 Add a check for 7zip 2015-02-04 14:53:35 -08:00
Avital Oliver
e92a1c0b3a First self-test on Windows now passes (help) 2015-01-27 17:37:15 -08:00
Sashko Stubailo
bf124419d1 Remove version from powershell 2015-01-20 22:34:25 -08:00
Slava Kim
0f25d9207c Use PS1 script to build installers 2015-01-20 22:34:22 -08:00
Slava Kim
369f2faf49 Check if current dev_bundle matches the dev_bundle required on Windows 2015-01-20 22:08:15 -08:00
Slava Kim
3ca6ea08dd Automatically download the dev bundle if such is not present on Windows 2015-01-20 22:06:58 -08:00
Slava Kim
44ef7680ed Remove quotes on NODE_PATH env var set
apparently it is not correct
2015-01-20 22:03:23 -08:00
Slava Kim
407ad196d0 Add meteor.bat file 2015-01-20 22:03:23 -08:00