aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.babel.js
Commit message (Collapse)AuthorAge
* chore: update 'node-gyp' and '@types/tar' modules; (#2183)Libravatar Vijay Aravamudhan2021-11-06
| | | replace 'terser' with 'gulp-terser' to reduce custom code
* chore: remove 'lerna' since we don't use monorepo-style packages any more ↵Libravatar Vijay Aravamudhan2021-10-15
| | | | (#2081)
* chore: move 'packages/themes' into 'src' (no longer an injected package) (#2080)Libravatar Vijay Aravamudhan2021-10-15
|
* chore: convert various files from JS to TS (#2010)Libravatar Markus Hatvan2021-10-02
|
* chore: convert various files from JS to TS (#1959)Libravatar Markus Hatvan2021-09-18
|
* chore: preconditions for pnpm migration (#1903)Libravatar Markus Hatvan2021-09-10
|
* chore: move build-time js files out of 'src' and into 'scripts'Libravatar Vijay A2021-08-21
| | | | so that they not packaged into final deployable artefact
* Minor cleanup of gulp (#1798)Libravatar Vijay Raghavan Aravamudhan2021-08-15
|
* refactor: remove duplication of code blocks handling stylesheets in gulpLibravatar Vijay A2021-08-15
|
* build: include animations.css file in buildLibravatar mhatvan2021-08-15
| | | | - add animations step in gulp to transpile scss and copy to build
* chore: npm upgradesLibravatar Vijay A2021-08-15
|
* Initial plumbing and conversion of a simple javascript to typescript (#1790)Libravatar Vijay Raghavan Aravamudhan2021-08-15
| | | | | * initial conversion of a simple script * Moved some of the 'gulp' and related npm modules from being runtime dependencies to development dependencies.
* refactor: general code improvementsLibravatar mhatvan2021-08-05
| | | | | | | | | | - replace deprecated fs.exists with fs.existsSync - replace console.log with debug - replace hardcoded FERDI_VERSION in start.js with dynamic one from package.json - correct JSDoc annotations in Handler.js - simplify macOSPermissions.js - updates to various eslint rules - add FileReader to known globals
* chore: run security audit on node modules (#1621)Libravatar Markus Hatvan2021-07-08
| | | | | | | | | | - changed electron target for @babel/preset-env from 4 to 13 - added .prettierrc.js with conforming settings to current code style - upgraded gulp-sass to v5 to fix CVE and adapted code to breaking changes - refreshed package-lock.json of packages/forms and packages/ui - upgraded normalize-url to fix CVE - removed unnecessary @types/color-convert - fixed ToggleComponent breaking tsc compilation
* Minor refactoring to have consistent command-line invocations.Libravatar Vijay A2021-05-15
|
* Fixing issue with icons being garbled due to misconfiguration of gulpLibravatar Vijay A2021-05-11
| | | | env var.
* Minor refactoring to pull into reusable function in gulpfile.Libravatar Vijay A2021-05-09
|
* Clean the 'out' directory as well when running 'gulp clean'.Libravatar Vijay A2021-05-09
|
* Enhanced 'About dialog' to show the build date, git SHA & branch (fixes ↵Libravatar Vijay Raghavan Aravamudhan2021-05-09
| | | | #1373) (#1375)
* Added more logging for CI builds to debug errors (#1329)Libravatar Vijay Raghavan Aravamudhan2021-05-03
|
* Electron 12 and nodejs 14 support (#1308)Libravatar Kristóf Marussy2021-04-29
|
* Add vertical style and "Always show workspace drawer" setting (#567)Libravatar Bennett2020-10-11
|
* Support new recipe repository hierarchy (#492)Libravatar Bennett2020-03-23
|
* Use electron-spellchecker instead of electron-hunspellLibravatar vantezzen2019-10-19
|
* Add minifiers to gulp production buildsLibravatar vantezzen2019-10-12
|
* Add recipe info files to build folderLibravatar vantezzen2019-09-26
|
* Merge branch 'master' of https://github.com/getferdi/ferdiLibravatar vantezzen2019-09-25
|\
| * Merge branch 'master' into feat/macos-signingLibravatar Amine Mouafik2019-09-24
| |\ | | | | | | | | | | | | # Conflicts: # gulpfile.babel.js
| * | Remove deprecated sign npm/gulp scriptLibravatar Amine Mouafik2019-09-19
| | | | | | | | | | | | In favor of the built-in signing capability of electron-builder
* | | Shipping recipe files directly with FerdiLibravatar vantezzen2019-09-25
| |/ |/|
* | #72 Fix dictionaries build stepLibravatar Amine Mouafik 穆昂明2019-09-24
|/ | | Would not work if the path contains a space
* wipLibravatar Stefan Malzner2019-01-07
|
* MergeLibravatar Stefan Malzner2019-01-05
|
* Fix missing packages in buildLibravatar Stefan Malzner2019-01-03
|
* make dictionary download platform independentLibravatar Stefan Malzner2018-12-13
|
* Fix windows dictionary installLibravatar Stefan2018-12-13
|
* fix dictionaries dirLibravatar Stefan Malzner2018-12-12
|
* Simplify dictionary stepLibravatar Stefan Malzner2018-12-12
|
* fix(Spellchecker): Dictionaries are now part of app instead of dynamic downloadLibravatar Stefan Malzner2018-12-07
|
* feat(App): Lay groundwork for general themeing supportLibravatar Stefan Malzner2018-11-24
|
* CleanupLibravatar Stefan Malzner2018-11-15
|
* Improve annoying livereload reload behaviour for main/webview processesLibravatar Stefan Malzner2018-01-05
|
* always initialize ContextMenuBuilder but not spellcheckerLibravatar Stefan Malzner2017-12-11
|
* initial commitLibravatar Stefan Malzner2017-10-13