Dave Methvin
d53ddc90c1
Fix #13983 . Switch to //# for sourcemaps.
...
Normally we'd avoid doing this on a patch release, but Chrome Canary is
spewing deprecation warnings already and that's generating bug tickets.
2013-07-02 09:48:40 -04:00
Jörn Zaefferer
8643ac77fb
Build: Update testswarm task to node-testswarm 1.x API
2013-06-05 15:58:33 +02:00
Michał Gołębiowski
997da31121
Fix #13793 . Correct source map generation bugs. Close gh-1275.
2013-05-23 21:08:57 +02:00
Dave Methvin
8ee67bde11
Add release time to header on uncompressed file.
...
(cherry picked from commit 71f33cc7d9
)
2013-05-11 15:58:45 -04:00
Kyle Robinson Young
b5580a9898
Use grunt option with grunt.util.spawn, close gh-1255.
2013-05-09 15:14:46 -04:00
Richard Gibson
9d16fe6283
Fix #13776 : Add banner before generating source map. Close gh-1246.
2013-04-18 13:35:37 -04:00
Oleg
aae7abfeb6
Change uglify compression options, close gh-1245.
2013-04-18 12:38:00 -04:00
Michał Gołębiowski
8576e24bfe
Tell uglifyjs to not mangle undefined; saves 44 bytes. Fixes #13759 . Close gh-1239.
2013-04-15 18:46:14 +02:00
Timmy Willison
ac9cad19fa
Add onevar to jshintrc, but remove the option for linting the concatenated file
2013-04-09 12:48:34 -04:00
Timmy Willison
0fa52c11cb
Update jshintrc to conform to new style guide. Conform to onevar and unused in tests. Fixes #13755 .
2013-04-09 11:59:31 -04:00
Dave Methvin
5031c9db4b
Fix #13741 . Make wrap/unwrap methods optional. Close gh-1222.
2013-04-06 16:00:58 -04:00
Richard Gibson
5d1dfe7474
Fix #13539 : Utilize Sizzle hooks. Close gh-1215.
...
(cherry picked from commit 4ef516903e
)
2013-04-05 00:37:36 -04:00
Michał Gołębiowski
ba16ba2efc
Update grunt-contrib-jshint to 0.3.0, part 2, close gh-1203.
2013-04-04 12:27:21 -04:00
Richard Gibson
5b59a63b2b
No ticket: fix build date formatting
2013-04-01 13:02:57 -04:00
Tom Fuertes
1f530e2867
No ticker: grunt_compare_size options. Close gh-1210.
2013-03-26 20:50:30 -04:00
Timmy Willison
8f4572406c
Build selector.js from built sizzle. Update Sizzle.
2013-03-19 15:56:20 -04:00
Richard Gibson
91d57647e9
No ticket: compare_size returns!
...
(remember to `npm install`)
2013-03-11 10:09:10 -04:00
Richard Gibson
1083f82d1e
Fix #13434 : native-API selector module
...
What's out:
* 6 KB
* attribute not equal selector
* positional selectors (:first; :eq(n); :odd; etc.)
* type selectors (:input; :checkbox; :button; etc.)
* state-based selectors (:animated; :visible; :hidden; etc.)
* :has(selector)
* custom selectors
* leading combinators (e.g., $collection.find("> *"))
* reliable functionality on XML fragments
* requiring all parts of a selector to match elements under context (e.g., $div.find("div > *") now matches children of $div)
* matching against non-elements
* reliable sorting of disconnected nodes
2013-02-27 22:45:55 -05:00
Dave Methvin
6f7b6915bf
Fix #12656 . Make event shorthands excludable.
2013-01-27 09:07:00 -05:00
Dave Methvin
47a6f52dc9
Fix build until next grunt rc, disable compare_size.
2013-01-26 15:05:42 -05:00
Richard Gibson
487b703521
Fix #13274 : Wrap sourceMap directive in multiline comments. Close gh-1143.
...
(cherry picked from commit ac93559eb9
)
2013-01-25 10:09:27 -05:00
Dave Methvin
fa71737fb4
Leave out the web site, you know where to find us.
2013-01-11 16:59:24 -05:00
Dave Methvin
c0c1bdde60
Update copyrights used in file headers.
2013-01-11 16:08:09 -05:00
Dave Methvin
2ff2d1d3dc
Fix #12886 . Fix map file reference in .min.js file.
...
Cherry picked from e348b40608
.
2013-01-10 10:50:25 -05:00
Dave Methvin
d2a51f0e44
Allow build to continue with --force on bad line endings.
2013-01-06 10:03:59 -05:00
Dave Methvin
b760d798d3
Fix #12471 . Use consistent line endings in jquery.js
2013-01-06 09:55:51 -05:00
Rick Waldron
df7431b7dd
Set testswarm browsersets to "popular-no-old-ie"
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2012-12-31 13:10:05 -05:00
Dave Methvin
4de4be42f6
Put .min.js file at the end so compare_size will work.
2012-12-23 14:45:49 -05:00
Dave Methvin
b20f536748
Put the map in the dist directory.
2012-12-22 16:23:27 -05:00
Dave Methvin
b8487664ad
Post-process map file so it has the right path.
2012-12-22 16:10:44 -05:00
Mike Sherov
34946b3d63
Make sure Jenkins can grunt jQuery right from npm install
2012-12-19 20:18:58 -05:00
Mike Sherov
3ffaa0fecb
Add comment about where to locate grunt TODO's
2012-12-19 19:06:16 -05:00
Mike Sherov
cc97125560
Update to Grunt 0.4, and Uglify2 with Source Maps!
2012-12-19 18:37:39 -05:00