Skip to content

Commit

Permalink
Remove gzip script.
Browse files Browse the repository at this point in the history
  • Loading branch information
pazguille committed Nov 28, 2016
1 parent a7a624e commit fb3910d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Slideout is available on cdnjs

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/slideout/1.0.0/slideout.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slideout/1.0.1/slideout.min.js"></script>
```

Also you can use one of many package managers
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"repo": "mango/slideout",
"description": "A touch slideout navigation menu for your mobile web apps.",
"author": "Guille Paz <guille87paz@gmail.com>",
"version": "1.0.0",
"version": "1.0.1",
"twitter": "@mango",
"keywords": [
"slideout",
Expand Down
Binary file modified dist/slideout.min.js
Binary file not shown.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
"repository": "git@github.com:mango/slideout.git",
"description": "A touch slideout navigation menu for your mobile web apps.",
"author": "Guille Paz <guille87paz@gmail.com>",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {
"build": "node browserify.js",
"test": "npm run build && istanbul cover _mocha",
"dist": "node browserify.js && uglifyjs ./dist/slideout.js -m -o ./dist/slideout.min.js",
"gzip": "gzip -9 ./dist/slideout.min.js && mv ./dist/slideout.min.js.gz ./dist/slideout.min.js",
"hint": "jshint index.js"
},
"dependencies": {
Expand Down

0 comments on commit fb3910d

Please sign in to comment.