This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
meteor
Watch
1
Star
1
Fork
0
You've already forked meteor
mirror of
https://github.com/meteor/meteor.git
synced
2026-05-02 03:01:46 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
84baa67186b9868256de78aac8aa41d0cc378eeb
meteor
/
tools
/
tests
History
Geoff Schmidt
cb064eca31
Rewrite bundler and redesign bundle format to support multiple targets. When doing Npm.require on the server, don't infer the node_modules path from the path to the file; read that information out of bundle metadata.
2013-05-13 11:51:52 -07:00
..
app-with-package
/.meteor
"tools" -> "scripts", "engine" -> "tools"
2013-03-19 18:19:31 -07:00
empty-app
/.meteor
"tools" -> "scripts", "engine" -> "tools"
2013-03-19 18:19:31 -07:00
test_bundler_npm.js
Rewrite bundler and redesign bundle format to support multiple targets. When doing Npm.require on the server, don't infer the node_modules path from the path to the file; read that information out of bundle metadata.
2013-05-13 11:51:52 -07:00
test_bundler_options.js
Rewrite bundler and redesign bundle format to support multiple targets. When doing Npm.require on the server, don't infer the node_modules path from the path to the file; read that information out of bundle metadata.
2013-05-13 11:51:52 -07:00
test_bundler.js
move Library into its own file
2013-05-13 11:51:51 -07:00
test_watch.js
New Watcher implementation (for watching for changed files and determining when to rebundle the app.) Unlike the old DependencyWatcher, it uses absolute paths and contains no Meteor-specific knowledge. Also unlike the old DependencyWatcher, it has comprehensive unit tests (scripts/watch-test.sh).
2013-05-13 11:51:52 -07:00