Skip to content

Commit

Permalink
Remove Storybook (mastodon#4397)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts authored and Gargron committed Jul 27, 2017
1 parent f2233c3 commit aa80315
Show file tree
Hide file tree
Showing 14 changed files with 65 additions and 992 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Expand Up @@ -4,7 +4,6 @@ public/system
public/assets
public/packs
node_modules
storybook
neo4j
vendor/bundle
.DS_Store
Expand Down
1 change: 0 additions & 1 deletion .nanoignore
Expand Up @@ -14,7 +14,6 @@ node_modules/
public/assets/
public/system/
spec/
storybook/
tmp/
.vagrant/
vendor/bundle/
1 change: 0 additions & 1 deletion .slugignore
Expand Up @@ -2,4 +2,3 @@ node_modules/
.cache/
docs/
spec/
storybook/
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -7,9 +7,8 @@
"build:production": "cross-env RAILS_ENV=production ./bin/webpack",
"manage:translations": "node ./config/webpack/translationRunner.js",
"start": "node ./streaming/index.js",
"storybook": "cross-env NODE_ENV=test start-storybook -s ./public -p 9001 -c storybook",
"test": "npm run test:lint && npm run test:mocha",
"test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ spec/javascript/ storybook/ streaming/",
"test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ spec/javascript/ streaming/",
"test:mocha": "cross-env NODE_ENV=test mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.js",
"postinstall": "npm rebuild node-sass"
},
Expand Down Expand Up @@ -120,8 +119,6 @@
"websocket.js": "^0.1.12"
},
"devDependencies": {
"@storybook/addon-actions": "^3.1.8",
"@storybook/react": "^3.1.8",
"babel-eslint": "^7.2.3",
"chai": "^4.1.0",
"chai-enzyme": "^0.8.0",
Expand Down
15 changes: 0 additions & 15 deletions storybook/config.js

This file was deleted.

24 changes: 0 additions & 24 deletions storybook/initial_state.js

This file was deleted.

18 changes: 0 additions & 18 deletions storybook/stories/autosuggest_textarea.story.js

This file was deleted.

18 changes: 0 additions & 18 deletions storybook/stories/button.story.js

This file was deleted.

21 changes: 0 additions & 21 deletions storybook/stories/character_counter.story.js

This file was deleted.

12 changes: 0 additions & 12 deletions storybook/stories/loading_indicator.story.js

This file was deleted.

24 changes: 0 additions & 24 deletions storybook/stories/onboarding_modal.story.js

This file was deleted.

3 changes: 0 additions & 3 deletions storybook/storybook.scss

This file was deleted.

21 changes: 0 additions & 21 deletions storybook/webpack.config.js

This file was deleted.

0 comments on commit aa80315

Please sign in to comment.