Emily Stark
|
790deed8b4
|
Clean up mongo command
|
2013-06-14 17:01:47 -07:00 |
|
Naomi Seyfer
|
e87412e7ee
|
Make one part of deploy not depend on the context to have Meteor.Error
|
2013-05-16 13:33:39 -07:00 |
|
Geoff Schmidt
|
02e1b3b1c7
|
Make 'meteor --help' startup >3x faster, with the help of a require() tree profiler. The speedup is entirely due to lazy-loading third party modules.
|
2013-05-13 11:56:51 -07:00 |
|
Geoff Schmidt
|
ed18c6ffb5
|
Comprehensive build-time error reporting system. In particular: if an error occurs, the build will try to continue to identify any other potential problems so that they can be flagged too. Syntax errors are captured and dealt with programmatically, rather than just being echoed to stderr by node. Stack traces are parsed to pull out file and line information, and a distinction is made between the 'user' and 'internal' portions of the stack. All of this is at build time only -- it has not been extended to (run-time) server or browser yet. Also, no source maps yet, though line numbers are computed correctly for units within the linker.
|
2013-05-13 11:52:43 -07:00 |
|
Geoff Schmidt
|
1266e5278e
|
Don't write bundle dependencies (files to monitor) to disk. Just plumb them through in memory from the bundler to the runner.
|
2013-05-13 11:51:52 -07:00 |
|
David Glasser
|
88dedc5503
|
add newlines to "meteor deploy" output
this way any NPM lines between "bundling..." and "uploading..." are less jarring
|
2013-03-29 22:49:53 -07:00 |
|
David Glasser
|
fd6234525e
|
simplify bundle options in deploy
|
2013-03-19 19:32:39 -07:00 |
|
David Glasser
|
8a79edb43b
|
"tools" -> "scripts", "engine" -> "tools"
|
2013-03-19 18:19:31 -07:00 |
|