Commit Graph

15 Commits

Author SHA1 Message Date
Ilya Radchenko
a46737b375 Normalize quotes for js skeleton 2014-12-12 09:03:10 -05:00
David Glasser
a34585b4b3 default packages file: mention checking in
Fixes #3127.
2014-12-04 19:17:29 -08:00
Sashko Stubailo
4d8e54fe4f Small fixes 2014-09-30 19:25:35 -07:00
Sashko Stubailo
72f492c56f Add platforms file to skel 2014-09-29 16:01:58 -07:00
Sashko Stubailo
a3cec3b6dc Rename standard-app-packages to meteor-platform 2014-08-27 21:14:34 -07:00
Sashko Stubailo
af2387808a Updated skeleton app with a reactive example and changed code style 2014-08-05 13:31:06 -07:00
Avital Oliver
df657e0af6 Deprecate preserve-inputs 2013-10-10 15:20:09 -07:00
Avital Oliver
4b690eb271 unbreak skel 2013-09-18 13:55:23 -07:00
David Glasser
75a4cf3199 Merge branch 'devel' into shark
Conflicts:
	packages/templating/deftemplate.js
	packages/templating/package.js
	packages/templating/plugin/html_scanner.js
	packages/test-in-browser/driver.js
	tools/packages.js
2013-08-01 17:17:18 -07:00
David Glasser
4e222d8e26 The standard app packages are brought in explicitly now.
.meteor/packages in new apps now contains "standard-app-packages", which implies
the standard set of packages like mongo-livedata. There is no special-casing in
initFromAppDir.  This line has been added to all the examples, etc.

There's a new concept of "upgraders".  "meteor run-upgrader app-packages" will
add standard-app-packages to the app, as well as all of the package in the app's
packages/ directory (an unrelated change since 0.6.4). This will be integrated
soon with "meteor update"; run-upgrader is essentially for testing.

project.add_package no longer adds packages that are already there.
2013-07-26 19:02:12 -07:00
David Greenspan
5900343943 use event maps
slightly janky impl for demo purposes
2013-07-25 07:08:07 -07:00
David Greenspan
c91307e32e try to get apps working (crashes Chrome) 2013-07-25 04:07:55 -07:00
David Greenspan
29f2adee70 port "skel" 2013-07-23 16:29:48 -07:00
David Glasser
ac378fcefc Revert addition of Meteor.release to skel. 2013-03-20 18:03:07 -07:00
David Glasser
8a79edb43b "tools" -> "scripts", "engine" -> "tools" 2013-03-19 18:19:31 -07:00