Skip to content

Commit

Permalink
build files -> umd folder; demo -> root; add symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
joneit committed Oct 29, 2018
1 parent c9de0e3 commit a2c13b1
Show file tree
Hide file tree
Showing 16 changed files with 142 additions and 467 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
.DS_Store
/.idea
/build/finbars.js
/build/finbars.min.js
/doc
/umd
/node_modules
/src/index.js
/jsdoc-template
/package-lock.json
14 changes: 4 additions & 10 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
/build
/doc
/jsdoc-template
/src
/test
.*
/demo.html
/*.sh
/gulpfile.js
/package-lock.json
/*
/src/*
!/src/index.js
!/umd
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# FinBars
Styleable scrollbars for real or virtual content

Try the [demo](https://fin-hypergrid.github.io/finbars/demo.html).
Try the [demo](https://fin-hypergrid.github.io/finbars).

\[See the note [Regarding submodules](https://github.com/fin-hypergrid/rectangular#regarding-submodules) for important information on cloning this repo or re-purposing its build template.\]

## API documentation

Detailed API docs can be found [here](http://fin-hypergrid.github.io/finbars/FinBar.html).
Detailed API docs can be found [here](http://fin-hypergrid.github.io/finbars/doc/FinBar.html).

## Import

Expand Down
118 changes: 0 additions & 118 deletions build/demo.html

This file was deleted.

File renamed without changes.
Loading

0 comments on commit a2c13b1

Please sign in to comment.