mirror of
https://github.com/konpa/devicon.git
synced 2025-01-17 13:38:15 +01:00
b6e387d942
* 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>
23 lines
482 B
YAML
23 lines
482 B
YAML
image:
|
|
file: .gitpod.dockerfile
|
|
|
|
tasks:
|
|
- name: Setup & build
|
|
init: chmod +x ./.github/scripts/build_assets/geckodriver-v0.32.2-linux64/geckodriver
|
|
command: npm install && npm run build-icons
|
|
- name: Build CSS & run web server
|
|
init: npm run build-css && npm run dev
|
|
|
|
github:
|
|
prebuilds:
|
|
addBadge: true
|
|
addComment: false
|
|
addCheck: true
|
|
master: true
|
|
branches: true
|
|
pullRequestsFromForks: true
|
|
|
|
ports:
|
|
- port: 8000
|
|
onOpen: open-preview
|