aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
...
* Build: use different versions of jsdom for Node and iojs testingTimmy Willison2015-05-072-1/+28
| | | | Fixes gh-2266
* Core: Test all factory use cases from intro.jsMichał Gołębiowski2015-04-275-36/+60
| | | | | | | | | | | | | | | | | There is a lot of logic in intro.js; now we test four cases: 1. (implicitly, via QUnit tests) A real browser with window being the global 2. Browserify where there are both global & window variables. 3. Node with jsdom where window is passed manually to the jQuery factory. 4. Pure Node with incorrect window passed; jQuery should throw then. Previously the second & fourth case was not tested and the third was tested in a way that interfered with the main test environment. We now also test if in the Browserify case we're not creating a jQuery global by default. Fixes gh-2181 Closes gh-2234
* Deferred: Backwards-compatible standards interoperabilityRichard Gibson2015-03-201-0/+20
| | | | | Fixes gh-1722 Closes gh-1996
* Release: push dist to same remote as projectTimmy Willison2015-01-301-3/+2
|
* Release: remove sourcemap comment from all copies of minified fileTimmy Willison2015-01-302-6/+13
| | | | Fixes gh-1707
* Release: fix CDN archive creationTimmy Willison2015-01-292-32/+49
| | | | Fixes gh-1940
* Release: dist can be run during a testTimmy Willison2015-01-292-8/+2
|
* Release: bower.json is actually generated from scratchTimmy Willison2015-01-291-4/+0
|
* Release: Distribute files to distribution repoTimmy Willison2015-01-295-136/+251
| | | | | | Fixes gh-1869 Fixes gh-1673 Fixes gh-2045
* Build: Rearrange grunt/npm tasks into a build/dist/test patternRichard Gibson2015-01-111-0/+16
| | | | | Ref 76df9e4e389d80bff410a9e5f08b848de1d21a2f Closes gh-1980
* Release: Remove copying of jquery-latest filesDave Methvin2015-01-061-29/+18
|
* Build: Sizzle version labels must start with a dashTimmy Willison2014-12-171-1/+1
|
* Build: account for version labels in Sizzle versionsTimmy Willison2014-12-171-1/+1
| | | | Fixes gh-1939
* Build: fix tests in AMD modeTimmy Willison2014-12-091-8/+5
|
* Build: Remove empty define({}) from build outputDavid Corbacho2014-12-041-1/+3
| | | | | Fixes gh-1768 Closes gh-1569
* Build: Fix various typosOleg Gaidarenko2014-11-081-1/+1
| | | | | | | Thanks @jamesgpearce, @vlajos, @imyousuf Closes gh-1828 Closes gh-1830 Closes gh-1844
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-173-13/+30
|
* Build: drop bower; use npm for front-end depsTimmy Willison2014-07-171-4/+15
| | | | | Fixes #15186 Closes gh-1620
* Build: Move all external libraries to external directoryScott González2014-06-242-2/+2
| | | | Closes gh-1593
* Release: ensure Sizzle is the latest tagTimmy Willison2014-05-232-0/+48
| | | | Fixes #14915
* Build: run jshint and jscs on release scriptsTimmy Willison2014-05-231-2/+1
|
* Build: set default testswarm timeout to 15 minutesMichał Gołębiowski2014-04-151-1/+1
| | | | We're not testing on IE6-7 anymore.
* Build: use browserSets from config file; allow to overrideMichał Gołębiowski2014-04-151-5/+10
|
* Build: Update release script for new jquery-release APIScott González2014-03-211-7/+6
| | | | Closes gh-1544
* Build: Change the timeout for the weekly job from 4h to 1hMichał Gołębiowski2014-03-181-4/+4
|
* Build: Refactor testswarm Grunt task optionsMichał Gołębiowski2014-03-161-7/+11
| | | | | Add a possibility to specify the project name. Infer browserSets & timeout out of it instead of defining it in the Jenkins configuration.
* Build: Fix testswarm task, use API correctlyJörn Zaefferer2014-03-121-5/+4
|
* Build: Allow to specify timeout in the testswarm taskMichał Gołębiowski2014-03-111-7/+3
|
* Build: Make it possible to change browserSets in the testswarm taskMichał Gołębiowski2014-03-101-2/+6
|
* Build: Fix AMD option for custom buildsTimmy Willison2014-03-071-6/+12
| | | | Fixes #14859
* Build: Specify browserSets for TestSwarm directlyMichał Gołębiowski2014-01-271-1/+1
|
* Build: Remove obsolete UglifyJS workaroundMichał Gołębiowski2014-01-261-7/+0
|
* Release: Instantiate a zip archiver, run archivers asyncTimmy Willison2014-01-231-9/+10
|
* Release: Publish to npmJörn Zaefferer2014-01-101-0/+1
| | | | Closes gh-1479
* Release script: _tracMilestone -> tracMilestoneTimmy Willison2013-12-211-1/+1
|
* Release script: minor formatting issue.Timmy Willison2013-12-201-1/+1
|
* Release script: jquery-release integrationTimmy Willison2013-12-201-380/+142
|
* Build: add build option for setting the AMD name.Timmy Willison2013-12-191-2/+9
| | | | Fixes #14016.
* Build: Add the ability to remove global exposure.Timmy Willison2013-12-191-0/+7
| | | | Ref #14016
* Manage bower dependencies with grunt-bowercopyTimmy Willison2013-12-062-15/+4
| | | | | | | | | | | | Tracked bower dependencies are located at "src/sizzle" and "test/libs". The source-destination mapping is in the Gruntfile. When updating a bower dependency, update the version in bower.json, run `grunt bower`, and then commit the result. When adding a dependency, update the bowercopy task accordingly. Fixes #14615. Closes gh-1452.
* Release script: Add dist files in multiple commits for a clean final commit ↵Timmy Willison2013-11-151-3/+15
| | | | with a small diff
* Release script: Add .npmignore and keep .gitignore when creating the tagTimmy Willison2013-11-151-20/+3
|
* Release script: create tag after building CDN filesTimmy Willison2013-11-151-5/+6
|
* Update sizzle location in release scriptTimmy Willison2013-11-141-1/+1
|
* Use grunt and bower packages as local dependencies. Close gh-1433.Timmy Willison2013-11-142-14/+1
|
* Modify release script to create a headless tag for bower and publish to NPMTimmy Willison2013-11-131-50/+158
|
* No ticket. Remove the pre-uglify task form build/tasks/build.js. Fix custom ↵Michał Gołębiowski2013-11-101-1/+1
| | | | builds.
* Fix #14415. Remove the source map comment in the release script. Close gh-1424.Michał Gołębiowski2013-11-101-5/+3
|
* Remove workarounds for the uglify task mishandling banners when used with ↵Michał Gołębiowski2013-11-091-46/+0
| | | | | | | source maps. The issue was fixed in grunt-contrib-uglify: https://github.com/gruntjs/grunt-contrib-uglify/issues/22
* Unify build script capabilities between branches. Specifically, added a ↵Timmy Willison2013-10-151-8/+9
| | | | special comment pragma for removing certain lines.