aboutsummaryrefslogtreecommitdiffstats
path: root/build/tasks/build.js
Commit message (Expand)AuthorAgeFilesLines
* Build: migrate most grunt tasks off of gruntTimmy Willison2023-09-181-312/+318
* Core: Use named exports in `src/`Michał Gołębiowski-Owczarek2023-09-121-1/+1
* Build: Add `exports` to package.json, export slim & esm buildsMichał Gołębiowski-Owczarek2023-07-101-16/+27
* Build: Switch form Terser to SWC for JS minification (#5286)Michał Gołębiowski-Owczarek2023-07-101-1/+1
* Build: Switch the minifier from UglifyJS to TerserMichał Gołębiowski-Owczarek2023-05-311-1/+1
* Build: remove stale Insight package from custom buildsTimmy Willison2022-12-201-41/+1
* Selector: Re-introduce selector-native.jsMichał Gołębiowski-Owczarek2022-11-211-9/+21
* Tests: Exclude tests based on compilation flags, not API presenceMichał Gołębiowski-Owczarek2022-06-281-2/+2
* Build: Explicitly exclude the queue module from the slim buildMichał Gołębiowski-Owczarek2020-09-281-1/+1
* Build: Followups after introducing ES modules compiled via RollupMichał Gołębiowski-Owczarek2020-05-051-2/+2
* Build: Reduce the slim build header comment & jQuery.fn.jqueryMichał Gołębiowski-Owczarek2020-04-271-21/+36
* Core: Exclude callbacks & deferred modules in the slim build as wellMichał Gołębiowski-Owczarek2020-01-201-1/+1
* Build: Create a `grunt custom:slim` alias for the Slim build (#4578)Michał Gołębiowski-Owczarek2020-01-071-1/+19
* Build: Fix the Windows buildMichał Gołębiowski-Owczarek2019-12-021-17/+27
* Core: Migrate from AMD to ES modules 🎉Michał Gołębiowski-Owczarek2019-11-181-207/+174
* Build: Require strict mode in Node.js scripts via ESLintMichał Gołębiowski-Owczarek2019-10-091-3/+2
* Selector: Inline Sizzle into the selector moduleMichał Gołębiowski-Owczarek2019-07-291-19/+0
* Build: ESLint: forbid unused function parametersMichał Gołębiowski-Owczarek2019-05-131-1/+1
* Build: Fix the regex parsing AMD var-modules (#4389)Michał Gołębiowski-Owczarek2019-05-131-1/+1
* Build: Make the @CODE-replacing regex more robustMichał Gołębiowski2016-12-051-1/+5
* Core: expose noConflict in AMD modeTimmy Willison2016-08-151-5/+1
* Build: Fix the regex removing the ESLint comment from wrapper.jsMichał Gołębiowski2016-07-131-1/+1
* Build: ESLint detailsOleg Gaidarenko2016-06-111-2/+9
* Build: Strip the strict-mode related comment in exports/global.jsMichał Gołębiowski2016-04-261-1/+4
* Build: Strip excessive "use strict" pragmas when buildingMichał Gołębiowski2016-04-261-1/+1
* Deferred: Remove default callback contextRichard Gibson2016-04-231-0/+3
* Core: implement ready without DeferredTimmy Willison2016-04-041-2/+11
* Build: try insight package to get info about custom buildsOleg Gaidarenko2016-03-141-2/+41
* Build: combine intro and outroTimmy Willison2016-03-091-2/+7
* Build: use hard-coded path to sizzle in selector-sizzleTimmy Willison2016-02-101-4/+1
* Release: push a custom slim build to the CDNTimmy Willison2015-11-161-2/+6
* Build: Fixed issue with base path that contain 'var'Martin Naumann2015-10-121-1/+1
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-071-15/+36
* Build: space between curly and paren is optionalTimmy Willison2015-06-191-2/+2
* Build: fix tests in AMD modeTimmy Willison2014-12-091-8/+5
* Build: Remove empty define({}) from build outputDavid Corbacho2014-12-041-1/+3
* Build: Fix various typosOleg Gaidarenko2014-11-081-1/+1
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-171-11/+25
* Build: Move all external libraries to external directoryScott González2014-06-241-1/+1
* Build: Fix AMD option for custom buildsTimmy Willison2014-03-071-6/+12
* Build: add build option for setting the AMD name.Timmy Willison2013-12-191-2/+9
* Build: Add the ability to remove global exposure.Timmy Willison2013-12-191-0/+7
* Manage bower dependencies with grunt-bowercopyTimmy Willison2013-12-061-1/+1
* Use grunt and bower packages as local dependencies. Close gh-1433.Timmy Willison2013-11-141-1/+1
* No ticket. Remove the pre-uglify task form build/tasks/build.js. Fix custom b...Michał Gołębiowski2013-11-101-1/+1
* Unify build script capabilities between branches. Specifically, added a speci...Timmy Willison2013-10-151-8/+9
* Remove commentTimmy Willison2013-10-151-2/+1
* Update requirejs to compatible version, remove r.jsTimmy Willison2013-10-151-1/+1
* Map Sizzle to a path with config to allow users to put Sizzle wherever they wantTimmy Willison2013-09-101-1/+4
* Don't keep semicolons if the require call is not a var declarationTimmy Willison2013-09-091-3/+3