Commit Graph

2604 Commits

Author SHA1 Message Date
Emily Stark
0f8ea3597e On deploy, record package stats after bundling.
My theory is that this prevents long-running bundles that don't yield
from interfering with the ServiceConnection to the package stats server.
2014-09-25 12:22:40 -07:00
Sashko Stubailo
9460dcf9f8 Merge branch 'registerBuildPlugin' into devel
Conflicts:
	docs/client/data.js
2014-09-25 11:47:04 -07:00
Sashko Stubailo
0a9cacaccf Fix small documentation issues 2014-09-25 11:38:48 -07:00
Justin SB
bc9fb056b3 Fix uglifyJs loading correctly this time 2014-09-24 17:41:30 -07:00
Justin SB
1d931be8a8 Use Npm.require, not require, for uglify-js 2014-09-24 17:17:33 -07:00
Justin SB
46a81c489d Print debug timings from enterJob, even if not in message capture 2014-09-24 15:53:05 -07:00
Justin SB
0e79787c17 Make 'meteor run' pretty 2014-09-24 15:53:05 -07:00
Justin SB
eae3f638f1 Minify then concatenate
This has insignificant cost in terms of final output size;
but it lets us yield and maybe do caching etc
2014-09-24 15:53:05 -07:00
Justin SB
35601acd36 Fix typo 2014-09-24 15:53:05 -07:00
Justin SB
555bd231eb Change the 'easy' instances of rawLog to use Console
Rationalizing logging is definitely a TODO
2014-09-24 15:53:05 -07:00
Justin SB
db10e231a4 Support asymptotic progress bar for constraint solver
Until we either can estimate progress or have a spinner...
2014-09-24 15:53:04 -07:00
Sashko Stubailo
1de88191c9 Fix typo 2014-09-23 10:26:24 -07:00
Sashko Stubailo
e0b452b5c8 Add link to Wiki, add warning that comments aren't used 2014-09-23 10:22:11 -07:00
Justin SB
b1e6a2a0ae Cleanup Console code, and make sure we cleanup the poller on exit
Not cleaning up the poller was preventing 'meteor mongo' from exiting cleanly
2014-09-23 05:40:29 -07:00
Sashko Stubailo
cf68cd755f Pass through 'bare' option to compiled js source files 2014-09-22 23:27:08 -07:00
Sashko Stubailo
abb6ffa66a Fix incorrect packageName docs 2014-09-22 21:56:21 -07:00
Sashko Stubailo
7cb0f847a5 Fix a big typo 2014-09-22 21:54:40 -07:00
Sashko Stubailo
a8982664c1 Rename back pathForSourceMap 2014-09-22 21:52:47 -07:00
Sashko Stubailo
8f0f924e15 Rename appendDocument to addHtml 2014-09-22 21:43:40 -07:00
Sashko Stubailo
6f81041090 Document arch
Fix documentation typo
2014-09-22 21:38:06 -07:00
Sashko Stubailo
c97b0b91cf Add fullInputPath to public API 2014-09-22 21:37:18 -07:00
Sashko Stubailo
a0624614d3 Fix link 2014-09-22 21:36:57 -07:00
Sashko Stubailo
7f8bd587bf Consistently name path variables 2014-09-22 21:36:22 -07:00
Sashko Stubailo
53365a45f4 Add newlines between CompileStep methods 2014-09-22 21:02:59 -07:00
Sashko Stubailo
d534efd921 Document Buffer or String argument in addAsset 2014-09-22 21:02:49 -07:00
Sashko Stubailo
07c700a178 Document packageName 2014-09-22 21:02:34 -07:00
Sashko Stubailo
6e09c52c80 Fix bug where backcompat for registerBuildPlugin didn't work 2014-09-22 20:59:23 -07:00
Sashko Stubailo
72ae4a1b4c Allow CompileStep#addAsset to accept Strings for content 2014-09-22 20:58:32 -07:00
Sashko Stubailo
af3f987699 A first pass at documenting build plugins
Documentation for the CompileStep is only in the source right now
2014-09-22 17:27:00 -07:00
ekatek
a881c29e1c fix versionsFrom 2014-09-21 11:38:05 -07:00
Nick Martin
4e78ed4873 Merge release-0.9.3 (commit '78f36994e332fe1eb80eb70eaa01fdca87155b82') into devel
Conflicts:
	tools/buildmessage.js
	tools/commands-packages.js
	tools/console.js
	tools/package-client.js
2014-09-19 21:54:51 -07:00
ekatek
78f36994e3 do not start line with space 2014-09-19 20:48:21 -07:00
ekatek
7e50a51d2b do not crash on maintainers of unknown package 2014-09-19 20:48:21 -07:00
Justin SB
d26387fdd7 More delays in JS HCP self-test 2014-09-19 20:45:07 -07:00
Justin SB
715c13ff7c Update self-test with new 'up to date' language 2014-09-19 20:21:31 -07:00
Justin SB
4d572fcc1d Insert some pauses to see if this does indeed fix the self-test
This would be a hack, but it does seem to work
2014-09-19 20:17:58 -07:00
ekatek
0403d545c7 slightly better wording on some commands 2014-09-19 20:02:25 -07:00
Nick Martin
e76d6dc787 comment on style. 2014-09-19 20:00:19 -07:00
Justin SB
9c5abcc8fa Use cleanup onExit instead of process.on('exit', ) 2014-09-19 19:53:16 -07:00
Justin SB
27a1a66039 Make sure the progress bar is hidden when we exit the process
Otherwise it leaves artifacts when we call process.exit
2014-09-19 19:49:23 -07:00
ekatek
18ffeafe20 start patience messages on a new line 2014-09-19 19:42:01 -07:00
ekatek
06434cfefb wrap this output to fewer columns 2014-09-19 19:39:30 -07:00
ekatek
8e9dbe6513 a less obnoxious banner that only comes up once 2014-09-19 19:34:14 -07:00
Justin SB
cfefbcf28f Revert 7282c0ee5b, now that 0ac1855166 has reverted bdcf0d188 2014-09-19 19:10:37 -07:00
ekatek
c5f87bc3e0 fixed the reduce of empty array bug 2014-09-19 18:57:18 -07:00
Justin SB
2c6e615d17 Auto-agree to the license in self-test; wait for the huge download 2014-09-19 18:42:48 -07:00
Justin SB
30442946cf Set warning as an alias for warn on Console.prototype, not on the singleton 2014-09-19 18:42:47 -07:00
ekatek
b97032b85e get rid of other Console.warning too 2014-09-19 18:41:52 -07:00
ekatek
099cb726ee use right index, use Console.warn 2014-09-19 18:41:19 -07:00
ekatek
298f684580 we also need to update the warehouse code to use the right version 2014-09-19 18:24:05 -07:00