Commit Graph

13 Commits

Author SHA1 Message Date
ekatek
e25e46af44 minor rewording of a docs PR 2015-02-10 15:01:04 -08:00
Braden Whitten
86d535faff Add extra note about enabling internal packages
This simply adds an extra note to the 'writing packages' section of the docs which states that you should `meteor add` an internal package to enable it. I ran into this issue and banged my head for a while last night wondering why an internal package was not exposing a template / exported object to the rest of my app. The issue was that I did not `meteor add` it since I assumed that because it was internal source code I did not have to.
2015-02-10 14:59:27 -08:00
David Glasser
505a77ecad Update other places that mention the Node version 2015-02-05 22:40:43 -08:00
David Glasser
68608e6aec Minor tweaks to #3492. 2015-01-20 17:37:41 -08:00
Daniel Li
a5bdf481df Clarified load order in docs. Fixes #3431 2015-01-20 17:37:41 -08:00
David Glasser
0b996ea907 Be more explicit that CSS files are always merged
Fixes #2812.
2015-01-07 17:10:13 -08:00
Joseph Orbegoso Pea
480d9634c6 Update concepts.html
`var x = function () {}` creates a reference to an anonymous function while `var x = function x () {}` creates a reference to a named function. I believe that `function x () {}` is shorthand for the latter.
2014-12-04 19:50:34 -08:00
Roberto Ferro
dc518bf349 Fix typo 2014-12-03 15:57:12 -08:00
David Glasser
2f7412573c remove some support for old versions.json files 2014-11-25 09:06:26 -08:00
James Lefrère
1ae869fdfa Typo fixes
I noticed two small typos: "shorthard" -> "shorthand", remove lone "g"
2014-11-07 14:52:57 -08:00
David Glasser
c2a4134d97 Update Node to 0.10.33 from 0.10.29
Our npm patch is not yet in a Node 0.10 release (it's in npm 2.1.0).
2014-10-30 15:12:28 -07:00
Slava Kim
7050ce6893 Make all links relative 2014-10-28 02:28:37 -07:00
Sashko Stubailo
a629c46543 Make a lot of progress towards merging basic and full docs 2014-10-28 02:28:35 -07:00