aboutsummaryrefslogtreecommitdiff
path: root/build/build-plugins.js
AgeCommit message (Collapse)AuthorFilesLines
2020-11-14Switch to `Set#has()`XhmikosR1-6/+6
2020-11-05Remove the now unneeded polyfills.XhmikosR1-6/+1
2020-06-16Rename "master" to "main". (#31050)XhmikosR1-1/+1
2020-05-26Update to `@rollup/plugin-babel` (#30742)XhmikosR1-4/+3
2020-05-06ensure build plugins can exit in error (#30744)Johann-S1-17/+25
Co-authored-by: XhmikosR <[email protected]>
2020-05-05build-plugins.js: add missing shebang (#30743)XhmikosR1-0/+2
2020-05-04Move babel whitelist helpers to a common file (#30723)XhmikosR1-9/+2
2020-05-04build/build-plugins.js: add missing catch (#30722)XhmikosR1-0/+1
2020-03-25Adapt rollup config for recent `@babel/present-env` versionXhmikosR1-2/+4
2020-01-02Bump copyright year to 2020. (#29944)XhmikosR1-2/+2
2019-10-03return to the original file structure to avoid breaking modularityJohann-S1-13/+13
2019-07-23rewrite tab unit testsJohann-S1-1/+1
2019-07-23rewrite scrollspy unit testsJohann-S1-1/+1
2019-07-23rewrite tooltip unit testsJohann-S1-1/+1
2019-07-23rewrite popover unit testsJohann-S1-1/+1
2019-07-23rewrite modal unit testsJohann-S1-1/+1
2019-07-23rewrite toast unit testsAnton Bershanskiy1-1/+1
2019-07-23rewrite dropdown unit testsJohann-S1-1/+1
2019-07-23rewrite collapse unit testsJohann-S1-1/+1
2019-07-23rewrite carousel unit testsJohann-S1-1/+1
2019-07-23rewrite button unit testsJohann-S1-1/+1
2019-07-23Switch from QUnit to Jasmine.Johann-S1-8/+2
2019-07-17updated babelJohann-S1-1/+1
2019-07-10separate file for our polyfills to have lighter pluginsJohann-S1-2/+7
2019-05-08Rename `eventHandler` and `selectorEngine` files.XhmikosR1-2/+2
2019-05-08improve build plugin script to keep file nameJohann-S1-15/+15
2019-03-18Add back support for IE 11Johann-S1-14/+2
2019-03-11Comply to the new rules.XhmikosR1-13/+13
2019-02-26move util in a util folder with the sanitizerJohann-S1-30/+33
2019-02-20rewrite toast plugin without jqueryJohann-S1-0/+17
2019-02-20chore(update): bump to 4.1.3Johann-S1-15/+106
2019-01-08Bump copyright year to 2019.XhmikosR1-2/+2
2018-11-28Revert "build/*.js: set `sourceType` to module."XhmikosR1-0/+2
This reverts commit b442ce3130808dc28fe897f610bef1e9ab9c792f.
2018-11-13Create toast JS plugin, add unit tests.Johann-S1-0/+1
2018-10-20swipe left/right without hammerjsJohann-S1-6/+5
2018-10-20Add touch support in our carousel with HammerJS.Johann-S1-5/+6
2018-09-26Tweak build/build-plugins.js.XhmikosR1-39/+38
2018-09-26Remove unneeded `path.resolve`.XhmikosR1-1/+1
2018-09-26Include the plugin's filename in the license header.XhmikosR1-3/+5
2018-09-26Add license headers in js/dist filesHelmut Granda1-0/+2
By implementing the same approach of rollup.config.js and replicate it in build-plugins.js, individual plugins will display license headers.
2018-08-29build-plugins.js: Remove redundant spaceXhmikosR1-1/+1
2018-08-12build/*.js: set `sourceType` to module.XhmikosR1-2/+0
2018-07-19feat(plugins): allow to import separate pluginsJohann-S1-0/+81