Commit Graph

39 Commits

Author SHA1 Message Date
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
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
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
David Glasser
a9db15a9e6 vbump for 0.9.0-rc8 2014-08-14 12:02:08 -07:00
ekatek
b9a714f028 ripping out internal, name and test from package.js files 2014-07-07 20:50:50 -07:00
David Glasser
c5e5305a3b Merge branch 'devel' into packaging
Conflicts:
	tools/bundler.js
	tools/packages.js
2014-06-11 12:02:57 -07:00
David Glasser
29602725ff Update uglify-js from 2.4.7 to 2.4.13
This doesn't fix the bug I was investigating, but probably fixes other
bugs.
2014-05-21 16:18:59 -07:00
David Glasser
fbde0a00a7 Merge branch 'publish-packages' into library-refactor
Conflicts:
	packages/domutils/package.js
	packages/handlebars/package.js
	packages/htmljs/package.js
	packages/liverange/package.js
	packages/spark/package.js
	packages/universal-events/package.js
	tools/bundler.js
	tools/help.txt
	tools/packages.js
	tools/run-app.js
	tools/run-mongo.js
	tools/skel/.meteor/packages
2014-04-24 17:01:36 -07:00
David Glasser
3b21c2d9a7 Merge branch 'devel' into publish-packages
Conflicts:
	packages/domutils/package.js
	packages/handlebars/package.js
	packages/htmljs/package.js
	packages/liverange/package.js
	packages/madewith/package.js
	packages/meteor-developer/meteor_developer_server.js
	packages/preserve-inputs/package.js
	packages/spark/package.js
	packages/universal-events/package.js
	tools/commands.js
	tools/files.js
	tools/help.txt
	tools/packages.js
2014-04-24 16:27:21 -07:00
Slava Kim
5676dab4cc Use unreleased version of css-stringify that fixes #2028 2014-04-15 23:36:01 -07:00
ekatek
833d8b3620 adding names and test packages where applicable; wip 2014-04-10 15:04:38 -07:00
Slava Kim
0930e5f246 use the latest reworkcss/css-parse to fix #1958 2014-04-03 19:03:50 -07:00
Maxime Quandalle
bc16dabdf6 Add tests for the CSS url rewriting
Add `minifiers-tests.js` into package.js` (tests were not executed)
2014-03-31 01:43:37 +02:00
Geoff Schmidt
66b7253695 Take all packages to 1.0.0 (that aren't already there) 2014-03-07 12:00:20 -08:00
Avital Oliver
5671eaa2b7 Merge branch 'devel' into shark
Conflicts:
	packages/minifiers/package.js
	packages/preserve-inputs/package.js
	packages/test-in-browser/driver.css
	packages/test-in-browser/driver.js
2014-02-25 15:50:36 -08:00
Slava Kim
830300cb2e Move css-asts concatenation to the minifiers package 2014-02-03 21:58:29 -08:00
Slava Kim
44ffad3794 Replace Clean-Css with a small and unfinished css minifier based on ast manipulations 2014-02-03 21:58:27 -08:00
Slava Kim
2c018d5efc Update dependencies 2014-02-03 21:58:27 -08:00
Slava Kim
ceea2a1cf2 Pull all imports with css-parse 2014-02-03 21:58:26 -08:00
David Greenspan
c67aca3dbf Remove bad package.js entry from merge 2013-12-16 17:09:57 -08:00
David Greenspan
8bba018bf3 Merge branch 'devel' into shark
Conflicts:
	packages/minifiers/package.js
2013-12-16 17:01:54 -08:00
Slava Kim
cb4a278d4b Revert "Before minifying CSS pull out all @import's to the top of CSS file."
This reverts commit 0d5060eb6a.
This reverts commit f2e3481db3.
2013-12-13 17:53:52 -08:00
David Glasser
1ec9b1da71 Merge branch 'devel' into shark
"templating - template arg" fails before and after this merge

Conflicts:
	packages/handlebars/.npm/package/npm-shrinkwrap.json
	packages/handlebars/package.js
           (semi-updating handlebars to shrink package size, vs deleting)

	packages/minifiers/package.js
           (two different new tests)

	packages/minimongo/minimongo.js
           (observe moved to a new file)
2013-12-13 10:05:55 -08:00
Slava Kim
0d5060eb6a Before minifying CSS pull out all @import's to the top of CSS file.
We need it as we concatenate all CSS files in one. @import's those were in the
beginning of file foo.css are now in the middle of giant concatenated sha1.css.
2013-12-12 16:30:04 -08:00
Nick Martin
506fb6a552 Also upgrade uglify-js. 2013-12-11 18:57:30 -08:00
Slava Kim
13c9de24b3 Upgrade clean-css to 2.0.2 2013-12-11 17:48:58 -08:00
David Greenspan
d6429121f7 test beautification with uglify 2013-11-07 18:11:33 -08:00
David Glasser
14e93abce3 Use a fork of Uglify again. 2013-10-03 17:06:55 -07:00
David Glasser
26af82fcf0 Upgrade lots of package Npm dependencies. 2013-10-03 15:52:19 -07:00
David Glasser
4b3cb9d305 Rename api.exportSymbol -> api.export. 2013-07-25 18:54:43 -07:00
David Glasser
9f38258b54 Drop all @export lines. Add api.exportSymbol instead. 2013-07-25 18:54:40 -07:00
David Glasser
25a3afff54 - drop where from all on_use/on_test (it is no longer being passed in)
- allow `api.use(package, {options})` without where
- fix showdown to use a weak dependency
2013-07-25 18:54:40 -07:00
David Glasser
c1667c7d0c Move clean-css and uglify-js from dev bundle to a new minifiers package.
This will make it much easier to upgrade them and test new versions.

(They are still called from the bundler, so changes to how we access them (eg
source map support) will require modifying tools, but just "upgrade to new
version" now is much easier.)
2013-07-18 10:31:52 -07:00