Resolve "Better SVG Usage in the Frontend"
Showing
app/assets/images/icons.json
0 → 100644
app/assets/images/icons.svg
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
File moved
File moved
File moved
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
config/svg.config.js
0 → 100644
... | ... | @@ -8,6 +8,7 @@ |
"karma": "karma start config/karma.config.js --single-run", | ||
"karma-coverage": "BABEL_ENV=coverage karma start config/karma.config.js --single-run", | ||
"karma-start": "karma start config/karma.config.js", | ||
"svg": "node config/svg.config.js", | ||
"webpack": "webpack --config config/webpack.config.js", | ||
"webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js" | ||
}, | ||
... | ... | @@ -28,7 +29,7 @@ |
"css-loader": "^0.28.0", | ||
"d3": "^3.5.11", | ||
"deckar01-task_list": "^2.0.0", | ||
"document-register-element": "^1.3.0", | ||
"document-register-element": "1.3.0", | ||
"dropzone": "^4.2.0", | ||
"emoji-unicode-version": "^0.2.1", | ||
"eslint-plugin-html": "^2.0.1", | ||
... | ... | @@ -53,6 +54,7 @@ |
"react-dev-utils": "^0.5.2", | ||
"select2": "3.5.2-browserify", | ||
"sql.js": "^0.4.0", | ||
"svg4everybody": "2.1.9", | ||
"three": "^0.84.0", | ||
"three-orbit-controls": "^82.1.0", | ||
"three-stl-loader": "^1.0.4", | ||
... | ... | @@ -78,6 +80,7 @@ |
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-jasmine": "^2.1.0", | ||
"eslint-plugin-promise": "^3.5.0", | ||
"gitlab-svgs": "https://gitlab.com/gitlab-org/gitlab-svgs.git", | ||
"istanbul": "^0.4.5", | ||
"jasmine-core": "^2.6.3", | ||
"jasmine-jquery": "^2.1.1", | ||
... | ... |
symbol/icons.svg
0 → 100644
symbol/sprite.symbol.html
0 → 100644
Please register or sign in to comment