Skip to content

Commit

Permalink
Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
ripter committed Oct 7, 2020
1 parent aae6067 commit d771990
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 169 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ typings/
# dotenv environment variables file
.env
.env.test
.DS_Store

# parcel-bundler cache (https://parceljs.org/)
.cache
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ server: node_modules/
build: node_modules/
cp src/styles.css dist/styles.css
npx ascjs src esm
npx rollup --config rollup/es.config.js
# npx rollup --config rollup/es.config.js
npx rollup --config rollup/babel.config.js
npx webpack --mode=development

Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,11 @@ Add the attribute `tooltip="tooltip text content"` to all the elements you want
<button tooltip="Complete The Pepsi Challenge">Submit<button>
```


## Install Other methods.

```
<link rel="stylesheet" href="dist/styles.css">
<script src="dist/webpack.bundle.js"></script>
```
1 change: 0 additions & 1 deletion dist/es.js

This file was deleted.

Loading

0 comments on commit d771990

Please sign in to comment.