Commit Graph

1030 Commits

Author SHA1 Message Date
Ben Newman
461ee8285e Upgrade meteor-babel other and dev bundle NPM dependencies.
Fixes #4933.
2015-09-18 16:13:05 -04:00
Sashko Stubailo
8b13ffb772 Run benchmark 10 times 2015-08-31 14:58:36 -07:00
Sashko Stubailo
ea8e133c00 Add script to benchmark app startup time
Conflicts:
	scripts/benchmarks/initial-start-time.sh
2015-08-29 13:14:30 -07:00
Martijn Walraven
f8ae2e8a72 Update cordova-lib reference in dev bundle 2015-08-26 19:26:54 +02:00
Martijn Walraven
68607c39f9 Add Cordova CLI dependency to dev bundle and use it from tests 2015-08-26 19:26:53 +02:00
Martijn Walraven
280b673fa9 Move comment with reference to our fork of cordova-lib to make it stand out more 2015-08-26 19:26:52 +02:00
Martijn Walraven
5777018f36 Stop using superspawn hack and just save and restore env 2015-08-26 19:26:52 +02:00
Martijn Walraven
af70287656 Remove cordova package and put cordova-lib and ios-sim back into the dev bundle 2015-08-26 19:26:51 +02:00
Martijn Walraven
74b5f7bcea Move cordova-lib and ios-sim from dev bundle to package 2015-08-26 19:26:47 +02:00
Martijn Walraven
a5f1a7e44d Remove dev bundle dependencies that do not work on Windows 2015-08-26 19:26:47 +02:00
Martijn Walraven
dcc77d520a Remove generate-android-bundle.sh 2015-08-26 19:26:46 +02:00
Martijn Walraven
702f50088d Depend on our own branch of cordova-lib that respects silent 2015-08-26 19:26:45 +02:00
Martijn Walraven
99701d9bac Don't remove Cordova dependencies from dev bundle on Windows 2015-08-26 19:26:44 +02:00
Martijn Walraven
ad9652d2ea Depend on cordova-lib instead of cordova 2015-08-26 19:26:44 +02:00
Martijn Walraven
69fc61df26 Update to Cordova 5.1.1 2015-08-26 19:26:44 +02:00
Martijn Walraven
e164fd969c Install ios-sim from NPM instead of building it ourselves 2015-08-26 19:26:44 +02:00
Sashko Stubailo
696876b184 Get rid of React from eslintrc until we think about it more 2015-08-18 17:14:34 -07:00
Ben Newman
3504319d1b Upgrade meteor-{babel,promise} dependencies in tool and package code. 2015-08-17 13:07:30 -04:00
Ben Newman
d49ea7cc36 Upgrade ECMAScript 2015-related dev bundle NPM dependencies. 2015-08-13 19:48:14 -04:00
James M. Greene
9bde3c1b05 launch-meteor: Soften errors for unimportant undeclared variables
Fixes #4894. Fixes #4901.
2015-08-11 15:16:21 -07:00
Sashko Stubailo
5faa1c083c Use variable 2015-08-07 12:48:11 -07:00
Sashko Stubailo
a4dc498522 Add comment to script 2015-08-07 12:46:47 -07:00
Sashko Stubailo
a9b1754bec Add script 2015-08-07 12:44:46 -07:00
David Greenspan
2cfd6a322a Merge branch 'master' into devel 2015-08-03 14:18:55 -07:00
David Greenspan
0b24135d68 Update banners.json 2015-08-03 10:04:02 -07:00
Martijn Walraven
8e625c4066 Use rename instead of a slow robocopy move 2015-08-03 13:47:16 +02:00
Martijn Walraven
d09ee4c5a1 Use cp -R just in case it matters on OS X 2015-08-03 13:46:34 +02:00
Sashko Stubailo
89184679fd Add check dep to Blaze 2015-07-30 16:31:38 -07:00
Sashko Stubailo
8c92c551a4 Fix comment 2015-07-30 16:21:02 -07:00
Sashko Stubailo
6f6bdd1168 Add script to check dependencies 2015-07-30 16:19:57 -07:00
David Greenspan
27baf3dd26 Bump version in meteor-release-experimental.json 2015-07-30 14:32:23 -07:00
David Greenspan
d0cb58f286 Bump meteor-release-official.json 2015-07-30 13:58:51 -07:00
Martijn Walraven
e88e4a2837 Add explicit dependency on the npm version we build our node fork with 2015-07-30 17:37:41 +02:00
Sashko Stubailo
27bd92b0a4 Lint parse-stack.js 2015-07-29 12:36:44 -07:00
Slava Kim
bdd3ef6686 bump versions for PLUGINS-PREVIEW@2 2015-07-27 09:45:22 -07:00
Martijn Walraven
e924dc470c Replace npm in dev bundle with version from our own fork 2015-07-23 20:48:06 -07:00
Martijn Walraven
62c99185a4 Add explicit version for npm 3 so builds are reproducible 2015-07-23 16:46:06 -07:00
Martijn Walraven
e07143b2ca Save some space by removing esprima tests (as we were doing before) 2015-07-23 16:08:36 -07:00
Martijn Walraven
fa38facc83 Specify explicit dependency on npm to avoid installing earlier version
The cordova dependency pulled in npm 1.3.4, which apparently has a bug
reading npm-shrinkwrap.json with tarball dependencies.
2015-07-23 15:25:46 -07:00
Martijn Walraven
6038c8dc00 Use npm 3 for building dev bundle on Unix 2015-07-23 15:25:46 -07:00
Martijn Walraven
01afd89a59 Install initial version of npm from dist and only use npm for building dev bundle 2015-07-23 15:25:46 -07:00
Martijn Walraven
cb9111a978 Don't put temp directory for generating dev bundle under scripts, but one level up 2015-07-23 15:25:46 -07:00
Martijn Walraven
b6cb554364 Install npm 3 to avoid having to flatten packages manually 2015-07-23 15:25:45 -07:00
Martijn Walraven
1d862f1437 Fix check for PLATFORM env variable 2015-07-23 15:25:45 -07:00
Martijn Walraven
10fe112959 To be removed path no longer exists 2015-07-23 15:25:45 -07:00
Martijn Walraven
d01d7d5f8d Replace PowerShell operations by cmd to avoid long directory name errors 2015-07-23 15:25:45 -07:00
Ben Newman
bf353fc66e Upgrade escope and use the new API in js-analyze.js. 2015-07-23 16:45:14 -04:00
Ben Newman
78d8afc861 Remove esprima from dev bundle. 2015-07-23 16:45:14 -04:00
David Glasser
43b4b30205 Release PLUGINS-PREVIEW@1
This included removing some internal version constraints. It would be
nice if package A could say "use B@2.0.0" (when both have changed), but
when they're both in the release, we need to make a release that has a
B@2.0.0-rc in it, which doesn't match that constraint. Fortunately,
constraints aren't necessary within a release anyway.
2015-07-22 23:19:11 -07:00
David Glasser
3da4e611c9 Get JSDoc working again
- Upgrade to a newer (unreleased) version which supports
     function k({} = {}) {}
  and doesn't also crash

- Filter out boring warnings

- Don't use ES7 syntax that JSDoc doesn't support in one file that
  has JSDoc in it
2015-07-22 22:29:08 -07:00