Skip to content

Commit

Permalink
[WNMGDS-262] Remove build files from Github (#507)
Browse files Browse the repository at this point in the history
* Remove dist files and update gitignore

* Exclude helpers folder from build script

* Remove support dist ignore

* Update docs

* Travis updates

* Fix typo

* Only ignore helpers/e2e

* Test travis

* Remap design-system-core to src files for jest
  • Loading branch information
bernardwang authored Oct 16, 2019
1 parent c94aca0 commit 017476e
Show file tree
Hide file tree
Showing 92 changed files with 17 additions and 5,984 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Documentation is generated into this directory
/docs

# Do not commit package build files to github
/packages/core/dist
/packages/layout/dist

# Themes should be in their own repo, but can be included in this directory
# in order to use the same tooling and documentation processes
packages/themes
Expand Down
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ before_install:
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.1.0
- export PATH="$HOME/.yarn/bin:$PATH"
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 --no-sandbox --disable-dev-shm-usage http://localhost &
install:
- yarn
branches:
only:
- master
Expand Down
1 change: 0 additions & 1 deletion packages/core/dist/base/body.css

This file was deleted.

1 change: 0 additions & 1 deletion packages/core/dist/base/icons.css

This file was deleted.

1 change: 0 additions & 1 deletion packages/core/dist/base/index.css

This file was deleted.

1 change: 0 additions & 1 deletion packages/core/dist/base/typography.css

This file was deleted.

1 change: 0 additions & 1 deletion packages/core/dist/components/Alert/Alert.css

This file was deleted.

93 changes: 0 additions & 93 deletions packages/core/dist/components/Alert/Alert.js

This file was deleted.

This file was deleted.

Loading

0 comments on commit 017476e

Please sign in to comment.