aboutsummaryrefslogtreecommitdiffstats
path: root/build/tasks/build.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Break jQuery.access out into its own module to separate it from core; Adjust ...Timmy Willison2013-09-091-1/+4
* Add AMD+CommonJS capabilities to the build script (for modules with long unre...Timmy Willison2013-09-091-0/+8
* Restore optIn behavior for buildsTimmy Willison2013-09-081-6/+11
* Minor build change: remove trailing tabsTimmy Willison2013-08-161-2/+1
* When converting the source to AMD, don't forget to AMDTimmy Willison2013-08-161-2/+5
* Custom builds: Fix source folder location now that build.js is in the tasks f...Timmy Willison2013-08-161-1/+1
* Move jQuery specific tasks to independent files. Close gh-1334.Oleg Gaidarenko2013-08-161-0/+240