forked from pinterest/gestalt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip * update ci commands to use yarn * update deps * update netlify config * peg docs to latest gestalt * update netlify script to pick up yarn * netlify build from docs dir * fix bad merge * more bad merges * lock docs gestalt version * no output path by default * Add test to workspaces * debug docker * convert to COPY commands * try being more explicit * lets get explicit * again! * even more verbose * update pipeline * remove logging * fix eslint & jest * also add react-dom * run flow check in ci * fix flow command * Ignore docs for flow * Fix stylelint * ignore integration tests for flow too * ghost command * give this a try * ignore package.json * replace npm with yarn * export icon list * Hopefully more fixes to tests. * reference babel-node directly * another try * test * more debug * fail fast * cd into directory individually * give this a go * turn off debugging * try again * fix top level command * test stuff * v * zomg * undebug * upgrade ghost * fix merge * fix a couple of things * fix * Update packages * Update export list of icons * move npm ignore * Update integration test env. * try again * try to use current version of gestalt * try removing context * wip * fix lint * zomg * update readme and publishing description etc. * update changelog * Flyout: update docs with correct flowtypes (pinterest#37) * Flyout: update docs with correct flowtypes * Fix ErrorFlyout references as well * Add pull request number * build gestalt before docs * Add react to dependencies of tests
- Loading branch information
1 parent
8eae518
commit b4f0ee3
Showing
383 changed files
with
778 additions
and
1,096 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.git | ||
Dockerfile | ||
.gitignore | ||
*.log | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
**/node_modules/** | ||
dist/** | ||
node_modules | ||
docs/build | ||
packages/gestalt/dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
package.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
version: '2' | ||
services: | ||
app: | ||
gestalt: | ||
build: . | ||
volumes: | ||
- "./screenshots:/app/screenshots" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"name": "gestalt-docs", | ||
"version": "0.0.0", | ||
"private": true, | ||
"license": "Apache-2.0", | ||
"homepage": "https://pinterest.github.io/gestalt", | ||
"scripts": { | ||
"build": "webpack --config webpack.config.corkboard.js --colors --progress --output-path build", | ||
"start": "webpack-dev-server --config webpack.config.corkboard.js --progress --colors --open" | ||
}, | ||
"dependencies": { | ||
"corkboard": "0.3.3", | ||
"gestalt": ">0.0.0", | ||
"react": "^15.4.1", | ||
"react-dom": "^15.4.1" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1", | ||
"babel-eslint": "^8.2.1", | ||
"babel-loader": "^7.1.3", | ||
"babel-plugin-external-helpers": "^6.22.0", | ||
"babel-plugin-transform-flow-strip-types": "^6.22.0", | ||
"babel-polyfill": "^6.23.0", | ||
"css-loader": "^0.23.1", | ||
"cssnano": "^3.10.0", | ||
"ejs": "^2.5.2", | ||
"extract-text-webpack-plugin": "^3.0.2", | ||
"flow-status-webpack-plugin": "^0.1.5", | ||
"html-webpack-plugin": "^2.30.1", | ||
"json-loader": "^0.5.4", | ||
"open-browser-webpack-plugin": "0.0.2", | ||
"raw-loader": "^0.5.1", | ||
"react-hot-loader": "^1.3.0", | ||
"react-live": "^1.7.1", | ||
"style-loader": "^0.13.0", | ||
"svg-path-loader": "^0.0.4", | ||
"webpack-dev-server": "^2.11.1", | ||
"webpack": "^3.11.0" | ||
}, | ||
"browserslist": [ | ||
"defaults", | ||
"last 2 versions", | ||
"iOS 8" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.