Skip to content

Commit

Permalink
Merge pull request #84 from skidding/84-outdated-minified-source
Browse files Browse the repository at this point in the history
dragdealer.min.js is Broken or Outdated
  • Loading branch information
ovidiuch committed May 11, 2015
2 parents 7de4905 + 2c4888a commit 6600482
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
sauce_connect.log*
src/dragdealer.min.js
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Specs & (sweet) demos: __http://skidding.github.io/dragdealer__

## Install

The basic way to install Dragdealer is to include the [minified](https://raw.github.com/skidding/dragdealer/master/lib/dragdealer.min.js)
The basic way to install Dragdealer is to include the [minified](https://cdnjs.cloudflare.com/ajax/libs/dragdealer/0.9.8/dragdealer.min.js)
script into your web page.

### Node package
Expand Down Expand Up @@ -36,7 +36,7 @@ If you have SauceLabs credentials (SAUCE_USERNAME and SAUCE_ACCESS_KEY), run the

## Minifying

`./node_modules/.bin/uglifyjs src/dragdealer.js -o lib/dragdealer.min.js`
`node_modules/.bin/uglifyjs src/dragdealer.js -o src/dragdealer.min.js`

Make sure you ran `npm install` in the project directory first. Also, you can use global paths if you have the npm modules installed globally (-g), but you shouldn't _need_ to.

Expand Down
1 change: 0 additions & 1 deletion lib/dragdealer.min.js

This file was deleted.

0 comments on commit 6600482

Please sign in to comment.