Commit Graph

9 Commits

Author SHA1 Message Date
Avital Oliver
3543004d91 Changes from Naomi's code review 2013-03-19 15:11:05 -07:00
Avital Oliver
63d69a4a84 Support meteor test-package --deploy 2013-03-19 15:11:03 -07:00
Avital Oliver
87024ac5fe Bundler options change: no_minify -> noMinify
Also, wrote tests
2013-03-19 15:11:02 -07:00
Avital Oliver
b2bd0eb9b0 Bundler options change: Introduce nodeModulesMode
This replaces the old `symlink_dev_bundle` and `skip_dev_bundle`
options.

Also adds tests for these
2013-03-19 15:11:02 -07:00
Avital Oliver
b812d6e9ec Introduce fiber-helpers.js and some minor comment improvements 2013-03-19 15:11:02 -07:00
Avital Oliver
3e0534a9df Wrote a first bundler unit test, and related refactoring.
- No more global manifest. Instead, all functions requiring a manifest have it passed in, either
  by argument or as a attribute on an appropriate object (such as BundleInstance)
- Some initial progress towards renaming project to app in the codebase
- Eliminate references to collections of packages as a type of "Package"
- Made meteor commands run correctly from a subdirectory of a meteor app, and
  improved tests to have caught this.
- node.sh now returns the return value from the node executable
2013-03-19 15:11:02 -07:00
Avital Oliver
528f156ea8 Strip support for package testing from meteor deploy
I believe that at this point all legacy package testing
code is localized to the bundler
2013-03-19 15:11:02 -07:00
David Greenspan
8527cf2739 use in-process node-tar for all create and extract 2013-03-19 15:11:01 -07:00
Avital Oliver
25c3a683fa Directory reorg to mirror the structure of the engine repo 2013-03-19 15:11:01 -07:00