Merge branch 'remove-svg-sync-script' into 'master'
Remove sync script for gitlab-svgs and reference the vendored library directly
See merge request gitlab-org/gitlab-ce!17656
Showing
app/assets/images/icons.json
deleted
100644 → 0
app/assets/images/icons.svg
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
config/svg.config.js
deleted
100644 → 0
... | ... | @@ -8,11 +8,11 @@ |
"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" | ||
}, | ||
"dependencies": { | ||
"@gitlab-org/gitlab-svgs": "^1.13.0", | ||
"autosize": "^4.0.0", | ||
"axios": "^0.17.1", | ||
"babel-core": "^6.26.0", | ||
... | ... | @@ -91,7 +91,6 @@ |
"worker-loader": "^1.1.0" | ||
}, | ||
"devDependencies": { | ||
"@gitlab-org/gitlab-svgs": "^1.13.0", | ||
"axios-mock-adapter": "^1.10.0", | ||
"babel-eslint": "^8.0.2", | ||
"babel-plugin-istanbul": "^4.1.5", | ||
... | ... |
Please
register
or
sign in
to comment