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
Geoff Schmidt
dddf76b3a5
complete dependency info in bundle
2012-01-19 17:00:28 -08:00
Nick Martin
231aa7b81d
Add backwards compatibility package. Sky = Meteor.
2012-01-10 13:13:26 -08:00
Nick Martin
5a7cf6482a
Bump to version 0.0.42
2012-01-06 17:51:28 -08:00
Nick Martin
b7b4ed0920
Revert "REVERT LATER. Do not change S3 bucket name at this point."
...
This reverts commit eafe8a0ef0 .
2012-01-06 15:00:58 -08:00
Nick Martin
8b04fec56f
Fixup S3 URL.
2012-01-04 20:17:13 -08:00
Nick Martin
05794f5643
perl -pi -e 's/skybreak/meteor/g' **/*
2012-01-04 18:32:23 -08:00
Nick Martin
23cd5b6912
perl -pi -e 's/Skybreak/Meteor/g' **/*
2012-01-04 18:30:25 -08:00
Nick Martin
eafe8a0ef0
REVERT LATER. Do not change S3 bucket name at this point.
2012-01-04 18:25:17 -08:00
Nick Martin
cc6c5ab9d3
s/skybreakplatform/meteor
2012-01-04 12:40:58 -08:00
Geoff Schmidt
cdf96b22c2
remove spurious '<!-- undefined -->' in head
...
this features was originally supposed to put a comment before each head or body part, indicating what file it came from, but was never fully wired up. revisit when we have a motivating use case.
2011-12-22 18:25:04 -08:00
Geoff Schmidt
f7a737af6a
use HTML5 doctype
2011-12-22 18:25:04 -08:00
Nick Martin
9ee5fe4702
Bump to version 0.0.41
2011-12-21 13:11:54 -08:00
Nick Martin
584f62e254
Bump to version 0.0.40
2011-12-09 16:47:52 -08:00
Geoff Schmidt
008768b21b
factor Sky.startup into a separate package
2011-12-08 20:19:46 -08:00
Geoff Schmidt
24692a60f5
rationalize underscore usage slightly
2011-12-08 16:28:47 -08:00
Geoff Schmidt
ce565dcaea
kill basics package
2011-12-07 22:28:43 -08:00
Geoff Schmidt
63092aabc4
ignore trash files while bundling
2011-12-07 19:01:54 -08:00
Nick Martin
999d40af9a
Style unsupported page. Still not great, but good enough for now.
2011-12-07 01:52:32 -08:00
Nick Martin
282346ee11
Serve a separate HTML page to unsupported browsers. Still needs styling.
2011-12-06 22:46:40 -08:00
matt debergalis
59ab61227a
README is now accurate. and we don't default to keepalives.
2011-12-06 16:25:13 -08:00
Nick Martin
a02f7a0137
Bump to version 0.0.39
2011-12-01 15:54:34 -08:00
Nick Martin
0cbc9650fb
Bump to version 0.0.38
2011-11-29 21:26:27 -08:00
Nick Martin
ceef60fad8
Bump to version 0.0.37
2011-11-29 19:06:24 -08:00
Nick Martin
4f245840d7
Do not include coffeescript by default.
2011-11-28 22:27:16 -08:00
Nick Martin
bf61c47a0f
Bump to version 0.0.36
2011-11-28 13:58:21 -08:00
Nick Martin
a13ca9e2cc
Bump to version 0.0.35
2011-11-28 01:53:30 -08:00
Nick Martin
7a299369b8
Bump to version 0.0.34
2011-11-28 01:35:34 -08:00