1
0
mirror of https://github.com/konpa/devicon.git synced 2025-01-17 13:38:15 +01:00

33 Commits

Author SHA1 Message Date
David Leal
5615b6091f
Run server on the docs folder (#1865) 2023-09-03 14:38:37 -06:00
David Leal
b6e387d942
Major build improvements (#1668)
* Major build improvements

* Cleanup and fix path

* chore: apply suggestions from code review

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

* Remove `selenium` from the NPM dependencies

* Revert `nano` icon changes

* Use quote notes

* Update

* chore: apply suggestions from code review

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>

* Snailedlt/improve build changes (#187)

* Make README more readable

* move logic from index.html to script.js

* fix devicon min css in head

* Fix build script missing token error

* Add more print statements to local build script

* Change from ng-href to href in code view

* Minor readme improvements

---------

Co-authored-by: David Leal <halfpacho@gmail.com>

---------

Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
2023-04-21 08:46:43 -06:00
David Leal
771daeb74d
Update and use Geckodriver for Linux64 (#1675)
* Update and use Geckodriver for Linux64

* Fix NPM commands
2023-03-03 12:45:17 -03:00
dependabot[bot]
db22f065e3
Bump minimist from 1.2.5 to 1.2.6 (#1141)
* bump npm version to v2.15.1

* Bump minimist from 1.2.5 to 1.2.6

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
Co-authored-by: Amacado <clemens.bastian@gmail.com>
Co-authored-by: Thomas Bui <43018778+Thomas-Boi@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-17 23:25:39 +02:00
Thomas Bui
7efc400d33
Build preparation for release v2.15.0 (#1079)
* Remove outdated dropwized.eps

* Built new icons, icomoon.json and devicon.css (#1078)

Co-authored-by: Thomas-Boi <Thomas-Boi@users.noreply.github.com>

* bump npm version to v2.15.0”

* Add log.txt to gitignore

* bump npm version to v2.15.0”

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Thomas-Boi <Thomas-Boi@users.noreply.github.com>
2022-03-22 09:28:48 -07:00
Thomas Bui
71049a24c1
Build preparation for release v2.14.0 (#840)
* bump npm version to v2.13.1

* Built new icons, icomoon.json and devicon.css (#839)

Co-authored-by: Thomas-Boi <Thomas-Boi@users.noreply.github.com>

* Add a gulp task to bump npm version

* bump npm version to v2.14.0

* Add code docs to gulp bumpVersion task

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Thomas-Boi <Thomas-Boi@users.noreply.github.com>
2021-09-08 13:52:53 -07:00
Thomas Bui
1941bfac4e bump npm version to v2.13.0 2021-08-13 18:06:21 -07:00
Thomas Bui
cab25d5591
Close #763: Update NPM packages
* Fix issues with npm security (#793)
* Updated gulp
* Update sass in gulpfile
* Add gulp-footer
* Change gulp-footer to devDepend
2021-08-10 10:51:02 +02:00
Thomas Bui
e9bd2d812c bump npm version to v2.12.0 2021-06-13 16:01:02 -07:00
Thomas Bui
d98a72cb9a
Optimized SVG using SVGO (#597)
* Added script to optimize svgs

* Updated the svgs using svgo

* Made the optimize svg script into a workflow

* Added npm install step

* Change the env variable bug

* Clean up and updated check svg

* Change label name
2021-05-15 21:14:13 +02:00
Thomas Bui
41790e615b
Script upgrades and updated CONTRIBUTING.md and README.md (#576)
* Updated README and CONTRIBUTING

* Added check for devicon object when peeking

* Added PR template

* Added a script to create release messages

* Updated CONTRIBUTING about new script

* Update .github/PULL_REQUEST_TEMPLATE/new_icon.md

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update .github/scripts/build_assets/arg_getters.py

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update .github/workflows/get_release_message.yml

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update gulpfile.js

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update .github/PULL_REQUEST_TEMPLATE/new_feature.md

Co-authored-by: David Leal <halfpacho@gmail.com>

* Update .github/PULL_REQUEST_TEMPLATE/new_feature.md

Co-authored-by: David Leal <halfpacho@gmail.com>

* Added a way for peek bot to comment error

* Update CONTRIBUTING.md

Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>

* Update .github/scripts/get_release_message.py

Co-authored-by: Malte Jürgens <maltejur@web.de>

* Update .github/scripts/get_release_message.py

Co-authored-by: Malte Jürgens <maltejur@web.de>

* Update .github/PULL_REQUEST_TEMPLATE/new_feature.md

Co-authored-by: David Leal <halfpacho@gmail.com>

* Clean up and updated CONTRIBUTING

* Updated CONTRIBUTING

* Add set up steps for release message workflow

* Refactored peek workflow

* Added requests library

* Reformat devicon object error messages

Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: Clemens Bastian <8781699+amacado@users.noreply.github.com>
Co-authored-by: Malte Jürgens <maltejur@web.de>
2021-04-29 10:04:32 +02:00
Thomas Bui
a23a1cd2f6
Build preparation for Release v2.11.0 (#559)
* bump npm version to v2.11.0

* Rebuilt package-lock.json

* Built new icons, icomoon.json and devicon.css

* Updated logging

Co-authored-by: Thomas-Boi <Thomas-Boi@users.noreply.github.com>
2021-04-10 10:26:41 +02:00
amacado
6e85c5d574 bump package version to 2.10.1 2021-02-24 00:07:39 +01:00
Clemens Bastian
1671b948ef
bump npm package for next version 2.10.0 2021-02-23 08:26:34 +01:00
Clemens Bastian
bdf2627157
automate workflow for npm publish (#497)
* setup npm_publish workflow and update package.json with new repo info

* refactoring npm publish workflow to reduce dependencies

* npm publish to 2.9.0

* reduce npm publish workflow to publishing task only

* npm publish to 2.9.0

* testing npm publish

* update npm version to 2.9.0 (latest release)

* enhance CONTRIBUTING.md with sentence about npm release workflow
2021-02-21 23:02:40 +01:00
amacado
9707de4454 Built new icons, icomoon.json and devicon.css 2021-01-03 00:48:28 +00:00
Thomas Bui
8a5ff05f01 Various bug fixes and reference update 2020-12-29 15:31:36 -08:00
Thomas Bui
eb6884db84 Added zoomed in snapshot for peek scripts 2020-12-28 18:32:49 -08:00
Clemens Bastian
7bf127d498
Revert "Revert "Fix a couple issues found in the build script"" 2020-12-12 04:41:25 +01:00
Thomas Bui
460cdf5bd8
Revert "Fix a couple issues found in the build script" 2020-12-11 16:57:57 -08:00
Thomas Bui
acdbed3075 Refactored peek and build scripts 2020-12-10 23:55:16 -08:00
Thomas Bui
1973e3f3be Removed artifacts and unneeded files to test the build script 2020-09-30 10:06:56 -07:00
Thomas Bui
a059bad40f Added a cleanUp() and an npm task to run the gulp task 2020-09-14 10:19:54 -07:00
Thomas Bui
276f7aeafc Sass now compress output and fix a bug with joining array 2020-09-13 23:01:13 -07:00
Thomas Bui
cc441b33fe Added a gulp task to trigger the updateCss task 2020-09-13 22:31:22 -07:00
Thomas Bui
f96b3c8e56 Create basic functions to create aliases and colors css 2020-09-11 09:45:54 -07:00
amacado
f741fcabd8 upgrade gulp v3 to v4 and migrate gulp tasks; documentation about the build process 2020-06-10 22:45:52 +02:00
Oli Gibson
df6431e323 Release v2.2 2017-05-31 08:52:13 +01:00
Oli Gibson
1280f836b9 Updated to v2.2.0 2017-01-06 16:04:59 +00:00
Julien Monty
946857079b Add icons
Bitbucket, Confluence, D3.js, Github, Gitlab, Jeet, PhpStorm, Source Tree, SSH
2015-11-09 22:10:31 +01:00
konpa
742765ebb7 Update readme and npm infos 2015-06-18 08:25:11 +02:00
konpa
233381fc8e update npm infos 2015-06-18 07:57:43 +02:00
konpa
4da238263d Add .min.css version, update readme and add gulp 2015-01-27 10:43:36 +01:00