Skip to content

Commit

Permalink
chore(gulp): remove task with icons
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter committed Apr 30, 2018
1 parent 9d0e2dd commit 7ba8c3f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 121 deletions.
45 changes: 0 additions & 45 deletions gulp/plugins/util/createJsIcons.js

This file was deleted.

51 changes: 0 additions & 51 deletions gulp/plugins/util/parseCssIcons.js

This file was deleted.

20 changes: 0 additions & 20 deletions gulp/tasks/icon.js

This file was deleted.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"prettier": "prettier --list-different \"**/*.{js,jsx,ts,tsx}\"",
"prettier:fix": "prettier --write \"**/*.{js,jsx,ts,tsx}\"",
"precommit": "lint-staged",
"postcommit": "git update-index --again",
"prerelease": "yarn lint && yarn tsd:lint && yarn tsd:test && yarn test && cross-env NODE_ENV=production yarn build",
"postrelease": "yarn deploy:docs",
"release:major": "yarn prerelease && ta-script npm/release major && yarn postrelease",
Expand Down Expand Up @@ -98,7 +99,6 @@
"connect-history-api-fallback": "^1.3.0",
"copy-to-clipboard": "^3.0.8",
"cross-env": "^5.0.5",
"css": "^2.2.1",
"debug": "^3.0.1",
"dirty-chai": "^2.0.1",
"doctoc": "^1.3.0",
Expand All @@ -118,7 +118,6 @@
"gulp-html-replace": "^1.6.2",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.8",
"html-webpack-plugin": "^2.30.1",
"husky": "^0.14.3",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7361,9 +7361,9 @@ scss-tokenizer@^0.2.3:
js-base64 "^2.1.8"
source-map "^0.4.2"

semantic-ui-css@^2.2.12:
version "2.2.12"
resolved "https://registry.yarnpkg.com/semantic-ui-css/-/semantic-ui-css-2.2.12.tgz#afc462e5bb4f8a0dcfe3dca11274499a997490dd"
semantic-ui-css@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/semantic-ui-css/-/semantic-ui-css-2.3.1.tgz#a5485c640c98cce29d8ddde3eff3434566a068e0"
dependencies:
jquery x.*

Expand Down

0 comments on commit 7ba8c3f

Please sign in to comment.