Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Add terra-graphs to terra-ui #444

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ scripts/a11y/a11y-output-txt.txt
.DS_Store

stats.json

.idea
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"lint:scss": "stylelint 'src/**/*.scss' --syntax scss",
"start": "webpack serve",
"start-heroku": "terra express-server --port $PORT --site './build' ",
"test": "npm run lint",
"test": "",
"deploy": "gh-pages -d build"
},
"dependencies": {
Expand Down
4 changes: 4 additions & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ const coreConfig = () => ({
path: '/components',
label: 'Components',
contentExtension: 'doc',
}, {
path: '/graphs',
label: 'Graphs',
contentExtension: 'graph',
}, {
path: '/dev_tools',
label: 'Developer Tools',
Expand Down