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

Commit

Permalink
Added demos to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
twolfson committed Oct 8, 2012
1 parent 3077410 commit 50911a6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ JSMin with sourcemaps!
## Getting Started
Install the module with: `npm install jsmin-sourcemap`

## Demos
The folders in `demo` are hosted on Plunker for your testing and enjoyment.

- Basic [http://embed.plnkr.co/mGHUpe](http://embed.plnkr.co/mGHUpe)
- jQuery [http://embed.plnkr.co/JyNn5e](http://embed.plnkr.co/JyNn5e)
- Multi [http://embed.plnkr.co/FPkQx6](http://embed.plnkr.co/FPkQx6)

## Documentation
JSMin is a standalone function which takes the following format of paramters
```js
Expand Down
2 changes: 1 addition & 1 deletion demo/basic/basic.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions demo/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Run all compile functions
require('./compile.basic.js');
require('./compile.jquery.js');
require('./compile.multi.js');
2 changes: 1 addition & 1 deletion demo/jquery/jquery.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo/multi/jqueryAndUnderscore.js.map

Large diffs are not rendered by default.

0 comments on commit 50911a6

Please sign in to comment.