aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
Commit message (Collapse)AuthorAgeFilesLines
...
* No ticket: Clean up uglifyjs compress options. Close gh-1382.Timo Tijhof2013-10-151-3/+10
|
* Add bower install script and release scripts to jshint and pass lintTimmy Willison2013-10-071-1/+1
|
* No ticket. Simplify the post-uglify task. (cherry-picked from ↵Michał Gołębiowski2013-10-021-5/+2
| | | | 923bfc80dbba00659a2fbadafad6d894973cc560)
* No ticket. Restore checking individual src/**/*.js files by jsHint.Michał Gołębiowski2013-09-061-0/+6
|
* Fix #13983. Switch to //# for sourcemap directives. (cherry-picked from ↵Michał Gołębiowski2013-09-051-4/+2
| | | | dfaee326e6605dc6d848c4c5022e39069d2cee65)
* Custom builds: Remove _evalUrl when excluding ajaxTimmy Willison2013-08-161-0/+1
|
* Move jQuery specific tasks to independent files. Close gh-1334.Oleg Gaidarenko2013-08-161-190/+11
| | | | | | | | | | | Also: * Confirm build task to the style guide * Use grunt API to load jQuery specific tasks * Add "use strict"; statements Conflicts: Gruntfile.js build/tasks/build.js
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-281/+14
| | | | | | | | | | | | | | | | | | | | Conflicts: Gruntfile.js README.md src/ajax.js src/ajax/xhr.js src/attributes.js src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/offset.js src/selector-native.js src/traversing.js test/unit/core.js test/unit/data.js
* Lint JSON manifests during developmentTimmy Willison2013-07-191-7/+12
|
* Update devDependencies, adjust .jshintrc to jsHint 2.x, use .jshintignore. ↵Michał Gołębiowski2013-07-111-8/+4
| | | | | | | | Close gh-1283. Conflicts: src/.jshintrc test/.jshintrc
* Include Sizzle and Qunit with bower. Fixes #14118.Timmy Willison2013-07-101-3/+2
|
* Support CommonJS environments by accentuating the need for a window with a ↵Timmy Willison2013-07-041-2/+0
| | | | document. Fixes #13768.
* Revert "Fix #13983. Switch to //# for sourcemaps."Dave Methvin2013-07-021-1/+1
| | | | | | | | | | Per the discussion here: https://code.google.com/p/chromium/issues/detail?id=256636 Thanks to the Chrome team for the quick response! This reverts commit d53ddc90c1f119fb9148a553443ef3fbc3f3cc99. (cherry picked from commit 6e630fbbb19306e1914712502a2b22872e94ddad)
* Fix #13983. Switch to //# for sourcemaps.Dave Methvin2013-07-021-1/+1
| | | | | | Normally we'd avoid doing this on a patch release, but Chrome Canary is spewing deprecation warnings already and that's generating bug tickets. (cherry picked from commit d53ddc90c1f119fb9148a553443ef3fbc3f3cc99)
* Build: Update testswarm task to node-testswarm 1.x APIJörn Zaefferer2013-06-051-14/+24
|
* Fix #13793. Correct source map generation bugs. Close gh-1275. ↵Michał Gołębiowski2013-05-231-6/+50
| | | | (cherry-picked from commit 997da31121b9d084ccba05a9bb1e258c8c8faaf0)
* Add release time to header on uncompressed file.Dave Methvin2013-05-111-4/+2
|
* Use grunt option with grunt.util.spawn, close gh-1255.Kyle Robinson Young2013-05-091-1/+1
| | | | (cherry picked from commit b5580a989869f0b702e60704a35e133eeee3e1fc)
* Fix #13776: Add banner before generating source map. Close gh-1246.Richard Gibson2013-04-181-22/+53
| | | | (cherry picked from commit 9d16fe6283667396094d49559a37fc672c06252c)
* Fix #13741. Make wrap/unwrap methods optional; close gh-1236.Michał Gołębiowski2013-04-171-0/+1
| | | | | | | move size() test to unit/deprecated; don't use size() in other tests; make 2 unit tests actually fire; code cleanup
* Correct spacingMichał Gołębiowski2013-04-151-1/+1
|
* Add onevar to jshintrc, but remove the option for linting the concatenated fileTimmy Willison2013-04-091-4/+7
|
* Update jshintrc to conform to new style guide. Conform to onevar and unused ↵Timmy Willison2013-04-091-3/+3
| | | | | | | | | | | | | | | | in tests. Fixes #13755. Conflicts: src/.jshintrc src/data.js test/unit/attributes.js test/unit/core.js test/unit/data.js test/unit/event.js test/unit/manipulation.js test/unit/queue.js test/unit/traversing.js test/unit/wrap.js
* Fix #13539: Utilize Sizzle hooks. Close gh-1215.Richard Gibson2013-04-041-1/+1
|
* No ticket: fix build date formattingRichard Gibson2013-04-011-7/+1
| | | | (cherry picked from commit 5b59a63b2b9247b326c654ca941a1dfe77914024)
* No ticker: grunt_compare_size options. Close gh-1210.Tom Fuertes2013-03-261-1/+10
| | | | (cherry picked from commit 1f530e286755416369f4452d20f5ab6bb175451d)
* No ticket: Grunt changes from 2.0 selector-nativeDave Methvin2013-03-251-18/+26
| | | | (cherry picked from commits 1083f82d1ee0c8f15a66be15e6184294a69d4420 8be9cd1ce71de8affa32a85b596c1bfed2e714a6 054c6946d4f86e4ba5ce6284554c8cacd7498e93)
* Build selector.js from built sizzleTimmy Willison2013-03-191-1/+1
|
* No ticket: compare_size returns!Richard Gibson2013-03-111-1/+1
| | | | (remember to `npm install`)
* Fix #13463: Update copyrightRichard Gibson2013-02-171-1/+1
|
* Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151.Oleg2013-01-311-0/+6
| | | | | Change uglify-js options for compressor Change variables initialization sequence for some declarations
* Fix #12656. Make event shorthands excludable.Dave Methvin2013-01-271-0/+1
|
* Fix build until next grunt rc, disable compare_size.Dave Methvin2013-01-261-43/+46
|
* Fix #13274: Wrap sourceMap directive in multiline comments. Close gh-1143.Richard Gibson2013-01-251-2/+13
|
* Update copyrights used in file headers.Dave Methvin2013-01-111-1/+1
|
* Fix map file reference in .min.js file.Dave Methvin2013-01-101-1/+4
|
* Fix #12471. Use consistent line endings in jquery.jsDave Methvin2013-01-061-5/+13
|
* Put .min.js file at the end so compare_size will work.Dave Methvin2012-12-231-2/+2
|
* Put the map in the dist directory.Dave Methvin2012-12-221-1/+1
|
* Post-process map file so it has the right path.Dave Methvin2012-12-221-32/+29
|
* Make sure Jenkins can grunt jQuery right from npm installMike Sherov2012-12-191-5/+3
|
* Add comment about where to locate grunt TODO'sMike Sherov2012-12-191-0/+1
|
* Update to Grunt 0.4, and Uglify2 with Source Maps!Mike Sherov2012-12-191-0/+468