Commit Graph

105 Commits

Author SHA1 Message Date
David Greenspan
bce9ff6319 Fix CSS minification of docs 2015-08-11 11:41:35 -07: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
a18d238e7d fix minifiers tests 2015-07-09 15:33:20 -07:00
Slava Kim
7c729b90a4 Minify CSS and split it into several stylesheets when the rules count exceeds the IE limit
Fixes #1876
2015-06-15 14:09:29 -07:00
David Glasser
d310c3e3e6 Upgrade UglifyJS to 2.4.20 from 2.4.17
Fixes #3019.
2015-04-17 12:30:10 -07:00
Slava Kim
dda3a9f766 Move isRelative to helpers, too. Fix a typo. 2015-04-14 15:40:16 -07:00
Slava Kim
40dd0299b9 Stylistic changes to the PR #4175 2015-04-14 15:33:58 -07:00
Robert Lowe
2e8a28ceaf Add sanity test for #3465 2015-04-14 15:25:18 -07:00
Robert Lowe
8cac5cc4b7 Fixes #3465 2015-04-14 15:25:18 -07:00
Sashko Stubailo
75a00fc279 Un-prerelease version numbers 2015-03-31 12:03:53 -07:00
David Greenspan
3940b29d29 Fix "html scanner" tests when run in isolation
...and sometimes when running all tests, seemingly
2015-03-27 09:51:49 -07:00
Sashko Stubailo
fc92ea6858 Bump more versions 2015-03-25 16:21:39 -07:00
Sashko Stubailo
26c040179b Bump a bunch of versions to be the newest 2015-03-25 16:17:48 -07:00
David Glasser
21bdac8734 Merge branch 'master' into devel
Conflicts:
	History.md
	packages/accounts-password/package.js
	packages/accounts-password/password_server.js
	packages/constraint-solver/package.js
	packages/meteor-tool/package.js
	packages/non-core/npm-bcrypt/package.js
	packages/package-version-parser/package-version-parser-tests.js
	packages/package-version-parser/package-version-parser.js
	packages/package-version-parser/package.js
	tools/selftest.js
2015-03-17 13:41:14 -07:00
David Glasser
4daaa76b12 METEOR@1.0.4 2015-03-17 13:06:07 -07:00
David Glasser
d770d81399 1.0.4-rc.4 2015-03-12 18:03:11 -07:00
David Glasser
7ffc3a44b0 1.0.4-rc.3 2015-03-10 22:00:24 -07:00
David Glasser
a2f724fd47 Upgrade uglify-js to 2.4.17 from 2.4.13
Fixes #2877.  Fixes #3360.
2015-03-10 15:48:06 -07:00
David Glasser
af0469da35 Bump other packages to -rc.0 2015-03-05 22:54:07 -08:00
Sashko Stubailo
f29c954458 Bump a bunch of version numbers for new preview 2015-02-09 13:23:24 -08:00
Sashko Stubailo
843c280a59 Add comment about files methods in minifiers 2015-02-04 12:05:27 -08:00
Sashko Stubailo
1a522e428d Fix slashes 2015-01-30 11:58:49 -08:00
Sashko Stubailo
bc65ad641b Rename methods to be consistent with files.js 2015-01-21 14:04:09 -08:00
Slava Kim
27f249bfed A lot of crazy package bumps 2015-01-21 14:03:55 -08:00
Sashko Stubailo
c37342d504 Bump a bunch of package versions 2015-01-20 22:34:24 -08:00
Slava Kim
ed2dead94a Fix minifiers' CSS rewriting code on Windows 2015-01-20 22:06:59 -08:00
ekatek
c5bc843816 bring README.md files up to 1.0.3 compatibility
Fill in all packages without README.md files with a short
README.md mentioning that this is an internal Meteor package.

Break up the top paragraph of a couple of existing README.md
files to be proper long description.

There is more work to do here, involving line wrapping and the like.
2015-01-20 12:21:35 -08:00
David Glasser
6b204ca73a Bump package versions for 1.0.2 2014-12-19 10:31:59 -08:00
David Glasser
7239b4051c 1.0.2-rc.6 2014-12-17 00:22:47 -08:00
Ben Newman
f5dc40765c Package version bumps. 2014-12-15 21:51:25 -05:00
David Glasser
73b809c122 Bump versions for 1.0.2. 2014-12-11 22:44:41 -08:00
David Glasser
6ea8443f30 Update calls to addFiles, onUse, and onTest 2014-12-09 20:18:31 -08:00
David Glasser
de5f68cf70 bump all versions (due to source-map upgrade) 2014-11-25 09:06:26 -08:00
Emily Stark
b4c10d8f61 bump package versions 2014-10-28 02:49:54 -07:00
Emily Stark
fa3243bdd6 bump package versions for 1.0-rc.8 2014-10-24 14:45:14 -07:00
Slava Kim
3a2ae58123 Revert "Don't rewrite relative paths for cordova builds."
This reverts commit 3f821867d0.
2014-10-24 12:31:58 -07:00
Emily Stark
6fc46976da bump package version for 1.0-rc.3 2014-10-22 12:58:12 -07:00
Emily Stark
827b206c02 bump package version numbers for 1.0-rc.0 2014-10-17 16:10:40 -07:00
Ben Newman
ca2322e05b Use Npm.strip to remove some extraneous large files from core packages.
So far I have only removed files from packages that are included by
default in newly `meteor create`d projects. We should probably make a pass
over all the core packages, too.
2014-10-17 18:24:31 -04:00
Sashko Stubailo
36da5aecb4 Make all version numbers not have rc 2014-10-13 14:09:37 -07:00
Sashko Stubailo
698fbedb10 Bump all of the version numbers to rc.0 2014-10-07 17:10:48 -07:00
Sashko Stubailo
1e53f6b598 Bump all version numbers again after cherry-picking unipackage fix 2014-10-01 17:06:57 -07:00
Sashko Stubailo
0129c3f5ac Bump all of the version numbers again, to republish with the unipackage.json fix 2014-10-01 15:43:05 -07:00
Sashko Stubailo
eecc272e4a Bump every single package version number due to a change in compilation 2014-09-29 23:44:50 -07:00
Justin SB
bc9fb056b3 Fix uglifyJs loading correctly this time 2014-09-24 17:41:30 -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
Emily Stark
833c6f5b4f Bump package versions for 0.9.2 2014-09-15 11:36:57 -07:00
Slava Kim
fc56f795d6 Bump versions of packages for the 0.9.2-rc0 2014-09-02 14:57:33 -07:00
Matthew Arbesfeld
3f821867d0 Don't rewrite relative paths for cordova builds.
Cordova relies on relative paths to base href to choose its public
assets.
2014-08-28 15:31:07 -07:00
David Glasser
bc6239dfc1 vbump for rc9
Hopefully we won't have to do "bump for all the npm modules" again after
this
2014-08-15 12:34:47 -07:00