Skip to content

Commit

Permalink
Remove minfied, bower
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen committed Sep 11, 2014
1 parent 1897d51 commit e7435f7
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 39 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/distribute
/node_modules
*.log
*.zip
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,28 @@ Documentation
-------
An extensive documentation, including **examples**, **options** and **configuration details**, is available here: [noUiSlider documentation](http://refreshless.com/nouislider/).

Bower
-----
Bower users can install all compiled and minified files easily.

Run:
```
bower install https://github.com/leongersen/noUiSlider/releases/download/<<Current Version>>/noUiSlider.<<Current Version>>.zip
```

Or create a `bower.json` with the following dependency:
```
"noUiSlider": "https://github.com/leongersen/noUiSlider/releases/download/<<Current Version>>/noUiSlider.<<Current Version>>.zip"
```

You can read more about the absence of minified files in [this blog post](http://refreshless.com/blog/git-repository-commit-minified-bower/).

Changelog
---------
###7.0.4:
+ Removed minified files.
+ Added a direct release for Bower users.

###7.0.3:
+ Fixed an issue with Link on single-handle RTL sliders.
+ Added minified files for Bower users.
Expand Down
31 changes: 0 additions & 31 deletions bower.json

This file was deleted.

2 changes: 1 addition & 1 deletion distribute/jquery.nouislider.all.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! noUiSlider - 7.0.3 - 2014-09-11 16:30:11 */
/*! noUiSlider - 7.0.4 - 2014-09-11 17:57:47 */

(function(){

Expand Down
2 changes: 1 addition & 1 deletion distribute/jquery.nouislider.all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion distribute/jquery.nouislider.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! noUiSlider - 7.0.3 - 2014-09-11 16:30:11 */
/*! noUiSlider - 7.0.4 - 2014-09-11 17:57:47 */

/*jslint browser: true */
/*jslint white: true */
Expand Down
2 changes: 1 addition & 1 deletion distribute/jquery.nouislider.min.css

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

2 changes: 1 addition & 1 deletion distribute/jquery.nouislider.min.js

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

2 changes: 1 addition & 1 deletion distribute/jquery.nouislider.pips.min.css

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

2 changes: 1 addition & 1 deletion nouislider.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "http://www.wtfpl.net/"
}
],
"version": "7.0.2",
"version": "7.0.4",
"author": {
"name": "Léon Gersen",
"url": "https://twitter.com/LeonGersen"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "noUiSlider",
"version": "7.0.3",
"version": "7.0.4",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-compress": "^0.11.0",
Expand Down

0 comments on commit e7435f7

Please sign in to comment.