This website requires JavaScript.
Explore
Help
Sign In
Mibew
/
simple-icons
Watch
1
Star
0
Fork
0
You've already forked simple-icons
mirror of
https://github.com/Mibew/simple-icons.git
synced
2024-11-15 01:44:12 +03:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
develop
simple-icons
/
.dockerignore
10 lines
93 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Update Dockerfile (#4271) * Use NodeJS base for Dockerfile * Update .dockerignore for NodeJS files * Make git available in Docker container So that the container is more usable for development.
2020-12-04 19:14:17 +03:00
# NodeJS
Add a SVGO Docker image for Simpleicons formatting (#1532) * Add a SVGO Docker image * Update Dockerfile and .dockerignore Update the Dockerfile to create a docker image that is generally applicable to run NPM commands, including but not limited to: - npm run test - npm run svgo - npm run lint Also updated the .dockerignore file to exclude: - The node_modules folder - Common Jekyll folders/files - Files generated by the build script The reason for choosing the alpine docker image (rather than a node docker image) is that the CLI out of the box is better. * Add section on using Docker to Contributing Guidelines * Readd entrypoint for SVGO optimization to Dockerfile Update the Dockerfile based on the original work in 32993385daad3a66d6a2f8094c1dde5c33d2a03b by re-adding an ENTRYPOINT to the Dockerfile. This ENTRYPOINT makes it extremely easy to spin up a quick Docker container to optimize a single SVG (much simpler than my copy-in -> optimize -> copy-out approach). The description for how to use the Docker image to run other NPM scripts has been updated accordingly. The provided command overrides the above ENTRYPOINT by simple starting a shell so the user can interact with the project. Co-authored-by: Eric Cornelisesn <ericornelissen@gmail.com>
2020-06-09 13:49:55 +03:00
node_modules/
Update Dockerfile (#4271) * Use NodeJS base for Dockerfile * Update .dockerignore for NodeJS files * Make git available in Docker container So that the container is more usable for development.
2020-12-04 19:14:17 +03:00
npm-debug.log
Add a SVGO Docker image for Simpleicons formatting (#1532) * Add a SVGO Docker image * Update Dockerfile and .dockerignore Update the Dockerfile to create a docker image that is generally applicable to run NPM commands, including but not limited to: - npm run test - npm run svgo - npm run lint Also updated the .dockerignore file to exclude: - The node_modules folder - Common Jekyll folders/files - Files generated by the build script The reason for choosing the alpine docker image (rather than a node docker image) is that the CLI out of the box is better. * Add section on using Docker to Contributing Guidelines * Readd entrypoint for SVGO optimization to Dockerfile Update the Dockerfile based on the original work in 32993385daad3a66d6a2f8094c1dde5c33d2a03b by re-adding an ENTRYPOINT to the Dockerfile. This ENTRYPOINT makes it extremely easy to spin up a quick Docker container to optimize a single SVG (much simpler than my copy-in -> optimize -> copy-out approach). The description for how to use the Docker image to run other NPM scripts has been updated accordingly. The provided command overrides the above ENTRYPOINT by simple starting a shell so the user can interact with the project. Co-authored-by: Eric Cornelisesn <ericornelissen@gmail.com>
2020-06-09 13:49:55 +03:00
# Build files
/index.js
replace index.js entry point (#8058) * replace index.js entry point * add types.d.ts * Update documentation * Add Typescript usage example * Drop template file * Readd test * Minor change Co-authored-by: Álvaro Mondéjar Rubio <mondejar1994@gmail.com>
2022-11-28 14:32:57 +03:00
/index.mjs
/index.d.ts
Expose SDK in NPM package (#8077)
2023-04-19 16:23:13 +03:00
/sdk.js
Reference in New Issue
Copy Permalink