Nick Martin
bec7f52312
Bump version number for release.
2012-04-20 17:19:06 -07:00
Nick Martin
47b9ae1f98
Add hash of file as query param to non-cacheable files. Fix for issue #59 .
2012-04-19 13:46:20 -07:00
Jonathan Kingston
d28ed897a5
This is allow any user added script in their header to be able to use the libraries in Meteor. For example including a plugin would have to be always written as a plugin which is probably beyond some users.
2012-04-18 21:40:48 -07:00
Nick Martin
6042b91a9c
Use --smallfiles to take up less disk.
2012-04-12 17:55:36 -07:00
Nick Martin
bc25554578
Missing 'var's.
2012-04-11 20:59:37 -07:00
Nick Martin
ca5990f476
Bump version for release.
2012-04-10 12:19:47 -07:00
Nick Martin
e89ba2c262
Bump version number for release.
2012-04-09 23:31:31 -07:00
Nick Martin
6bed8754d4
Wrap bundler in a try to catch unexpected bundle time error. This fixes template syntax errors killing the whole app.
2012-04-06 17:41:09 -07:00
Nick Martin
419ee84ef1
Bump version number for release.
2012-04-04 18:33:54 -07:00
Nick Martin
f1ec9c148f
Bump version number for release.
2012-03-20 17:01:25 -07:00
Nick Martin
df3726d848
Update manifest URL to point to meteor servers instead of S3.
...
Use normal http instead of https. We should put https on meteor at some point.
Also, run update check even when running from git checkout.
2012-03-19 23:00:16 -07:00
Nick Martin
1f36a7eda3
Join head and body parts with '\n' instead of '/n'.
2012-03-19 17:05:33 -07:00
Nick Martin
d318a1c135
In 'meteor --version', print the git sha of the checkout used at install time.
2012-03-14 19:28:22 -07:00
Geoff Schmidt
26a9236160
Report bundle-time errors nicely.
2012-03-13 00:00:19 -07:00
Nick Martin
86ed80d581
Rework mongo runner to find port from ps list instead of from file.
2012-03-09 16:55:21 -08:00
Nick Martin
d216630d0e
Refactor existing mongo running code into one file.
2012-03-09 15:30:53 -08:00
matt debergalis
8271139438
use absolute links for minified assets
2012-03-07 16:03:40 -08:00
Nick Martin
ec25f76866
Bump version number
2012-03-06 18:36:31 -08:00
Nick Martin
06fe111bb6
Add a function to make a temporary directory we can write to.
2012-03-06 15:59:50 -08:00
Nick Martin
2eb3f09e17
Missing semicolons.
2012-03-06 15:59:50 -08:00
Geoff Schmidt
58a2d65126
Provide package 'meteor' to create the Meteor global
...
Fold old package 'core' into it
2012-02-23 02:21:10 -08:00
Geoff Schmidt
e8e2d956a2
Work around Uglify bug
...
(incorrect minification of 'debugger')
2012-02-23 01:00:25 -08:00
Geoff Schmidt
5d069169a9
factor mongo-specific parts out of livedata
2012-02-16 23:07:00 -08:00
Nick Martin
abd2097f55
Fixup regression from unintentional package API change associate w/ underscore upgrade.
...
Also fixup underscore callsites that use _.indexOf on a string.
2012-02-16 18:36:56 -08:00
Nick Martin
7738236ed5
Remove socket.io special case in bundler. sockjs works in the bundle.
2012-02-14 18:00:49 -08:00
matt debergalis
2ed2e47c84
clean up startup package manifest.
2012-02-14 17:24:07 -08:00
David Greenspan
f2cd91ef6b
updated Underscore to 1.3.1 to fix livedata bug
2012-02-13 14:55:07 -08:00
Nick Martin
93cce72a65
Bump to version 0.1.4
2012-02-09 15:02:04 -08:00
matt debergalis
99d3c6cdf5
cache bundled CSS and JS forever
2012-02-09 14:08:38 -08:00
Nick Martin
16315ee3b1
Bump to version 0.1.3
2012-01-31 21:46:06 -08:00
Geoff Schmidt
36ee0d7dba
fix 'meteor list' after running package tests
2012-01-31 21:34:53 -08:00
Nick Martin
8e4dede502
Bump to version 0.1.2
2012-01-30 17:25:13 -08:00
Nick Martin
b024390adf
Also ignore .git directories.
2012-01-30 16:04:52 -08:00
Nick Martin
a028b9d9de
Merge branch 'refs/heads/tests-cleanup'
2012-01-27 20:51:56 -08:00
Geoff Schmidt
334885c18e
tests run in root packages directory
2012-01-27 20:03:59 -08:00
Geoff Schmidt
aa72772017
do less work when scanning for files to monitor
2012-01-27 20:03:59 -08:00
Geoff Schmidt
31cf1d8ab4
bugfixes in new bundler
2012-01-27 20:03:03 -08:00
Geoff Schmidt
d1d5604976
Refactor bundler; new package API
2012-01-27 20:02:26 -08:00
Nick Martin
160acf1d78
Also allow running meteor in top level 'packages' dir. The bundler should take this and include all the tests.
2012-01-27 20:02:25 -08:00
Nick Martin
5f08d3cbac
Add gitignore. This comes up when we run in packages, not apps. In apps, the initial .gitignore comes from the skel app.
2012-01-27 20:02:25 -08:00
Nick Martin
2418712f45
Functions to distinguish between app directories and package directories.
2012-01-27 20:02:24 -08:00
Geoff Schmidt
ab7f8a379d
enforce 'environments'. comments cleanup
2012-01-27 20:02:24 -08:00
Geoff Schmidt
c44f9c3680
refactor Package/PackageLibrary out to be reusable
2012-01-27 20:02:24 -08:00
Geoff Schmidt
e5eb42e55c
Refactor package API/bundler
2012-01-27 20:02:24 -08:00
Geoff Schmidt
c3a5e2cafc
merge rename from master, with fixups. unit tests pass. take two (this should be an actual merge commit)
2012-01-20 15:25:31 -08:00
Geoff Schmidt
a4880a6c3a
Better restart-on-changed-file mechanism.
...
- Knows about ALL code that goes into a bundle (eg package source, even server.js)
- handles little details slightly better, like removed files
- even restarts on 'skybreak add'!
2012-01-20 02:00:08 -08:00
Nick Martin
4e4358e2c0
Bump to version 0.1.1
2012-01-19 23:34:31 -08:00
Nick Martin
ee0da539a5
Bump major vno for new release.
2012-01-19 23:34:16 -08:00
Nick Martin
931ed590cb
Bump to version 0.0.44
2012-01-19 22:23:01 -08:00
Nick Martin
7daf9751cc
Bump to version 0.0.43
2012-01-19 20:51:03 -08:00