summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* separate clean from allAlexander Early2019-06-221-2/+4
|
* fix: build-test makefile dependenciesAlexander Early2019-06-221-2/+2
|
* docs: use `docs/` folder, include links for every major version (#1648)Alex Early2019-05-261-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | * publish docs to docs folder * disable jekyll * dont clean docs folder * add v2 docs * move docs to v3 * fix nav links, remove pointless footer text * fix scripts/footer * make doc generation idempotent * css tweak * fix path between v2 and v3 * fix logo link
* move async.mjs to distAlexander Early2019-05-191-1/+1
|
* feat: Add .mjs bundle and pkg.main to CJS build (#1642)Alex Early2019-05-191-1/+6
| | | | | | * feat: add mjs bundle and pkg.main to CJS build * update docs
* [wip] initial async generator support (#1560)Alex Early2018-08-051-9/+5
| | | feat: initial async generator support
* ES6-ify codebase (#1553)Alex Early2018-07-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cancelable foreach * cancelable waterfall * cancellable auto * fix lint * fix tests * cancelable whilst/until/during/forever * fix waterfall test. It WILL get there * docs * use rest params instead of slice * clean up internals * remove property func * clarify uses of createTester * happy path async funtions in asyncify * stop using arguments * DLL to class * moar arrows * fix merge issues * remove forOwn * moar arrows * fix merge mistake * even more arrows, what can stop him * mo more fn.apply(null,...) * remove more spurious uses of apply * update lint config * just when you thought there couldn't possibly be more arrows * use eslint:recommended * even less uses or aguments * get rid of prototype cuteness * fix concat tests * fix more tests
* clean up debuggingAlexander Early2018-06-031-5/+1
|
* more debugAlexander Early2018-06-031-0/+4
|
* makefile debuggingAlexander Early2018-06-031-2/+8
|
* refactor makefile, avoid using node in evaled targetsAlexander Early2018-06-031-16/+19
|
* optimize makefile, fix testsAlexander Early2018-06-021-11/+11
|
* move mocha_tests/ to test/Alexander Early2018-06-021-1/+1
|
* Build: restore COPY_ESFederico Brigante2018-04-201-0/+2
|
* Drop lodash transform in makefileFederico Brigante2018-04-191-3/+0
|
* Typo in makefileQuinn Blenkinsop2018-04-141-1/+1
|
* Optimize the library for webpack users (#1517)Ivan Akulov2018-03-231-0/+4
| | | | | | | | * Add the `sideEffects: false` flag into the ES package.json * Add a different Readme for async-es and link across the packages * Fix the wrong method name
* include individual module files for aliasesgenerate-indexAlexander Early2017-10-201-8/+24
|
* generate lib/index.js from a template and a list of aliasesAlexander Early2017-10-151-2/+7
|
* update Makefile to include source map in build dir [fixes #1452] (#1453)Hubert Argasinski2017-07-241-2/+8
|
* enable Make parallelizaionbuild-refactorAlexander Early2017-04-161-1/+1
|
* rename compile->compile-module.jsAlexander Early2017-04-161-1/+1
|
* use make to manage compiling individual filesAlexander Early2017-04-161-3/+7
|
* remove unused CJS index.js fileAlexander Early2017-04-161-5/+1
|
* refactor to use ES module output to make umd bundleAlexander Early2017-04-161-1/+1
|
* refactor to not need babel, require node 6+Alexander Early2017-04-161-4/+3
|
* Clean other built filesGraeme Yeates2016-07-251-1/+2
|
* add doc generation to makefileAlexander Early2016-07-071-2/+6
|
* exclude jsdoc scripts from lintingAlexander Early2016-06-301-1/+1
|
* make docs publishing fail if there are uncommitted changesAlexander Early2016-06-301-0/+2
|
* add docs publishing script. Related to #1202Alexander Early2016-06-301-0/+6
|
* add eslint, remove jscs/jshintAlexander Early2016-06-071-2/+1
|
* remove component.jsonAlexander Early2016-06-071-1/+1
|
* Reduce package manager scaffolding.John-David Dalton2016-05-311-6/+0
|
* Fix Makefile build on OS XJohan Nordberg2016-05-291-1/+2
|
* Update make fileGraeme Yeates2016-05-161-1/+2
|
* Get rid of nodeunitezubarev2016-05-061-1/+1
|
* use npm publish rather than packAlexander Early2016-05-051-2/+2
|
* Fixes #1117Hubert Argasinski2016-04-211-0/+1
| | | | | | | Manually setting the source map URL in the `Makefile`, when `--source-map` is specified without `--source-map-url`, the source map URL defaults to the values passed to `--source-map`. See https://github.com/mishoo/UglifyJS2#user-content-usage.
* remove gulpfile.js from lint configAlexander Early2016-04-021-1/+1
|
* add prerelease to makefileAlexander Early2016-03-111-2/+2
|
* move build/async.js to build/dist/async.jsAlexander Early2016-02-161-3/+5
|
* move es build to separate folder/packageAlexander Early2016-02-161-4/+26
|
* check in dist for bower supportAlexander Early2016-02-141-1/+1
|
* use tweaked version of xyz for our publish processAlexander Early2016-02-101-4/+2
|
* move package manager files during build process, update main pathsAlexander Early2016-02-091-2/+13
|
* fix es build testAlexander Early2016-02-091-0/+1
|
* add es modules to build, with lodash replaced with lodash-esAlexander Early2016-01-211-6/+14
|
* clean up makefile, add smoke test to build processAlexander Early2016-01-211-11/+26
|
* rename build files, add smoke test for build--global2016-01-151-3/+6
|