forked from miracle2k/webassets
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/0.7' into stable
- Loading branch information
Showing
81 changed files
with
4,884 additions
and
1,145 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
language: python | ||
python: | ||
- 2.6 | ||
install: pip install tox | ||
# List envs explicitly to skip PyPy | ||
script: tox -e py27_django14,py27_django13,py27_django12,py27_django11,py26_django14,py26_django13,py26_django12,py26_django11,py25_django14,py25_django13,py25_django12,py25_django11,no-glob2,external-jsmin,external-rjsmin | ||
notifications: | ||
email: | ||
- [email protected] | ||
branches: | ||
only: | ||
- master | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,22 @@ | ||
Asset management application for Python web development - use it to | ||
merge and compress your JavaScript and CSS files. | ||
|
||
Documentation of development version: |travis| | ||
http://webassets.readthedocs.org/ | ||
|
||
Since releases aren't exactly happening on a regular schedule, you are | ||
encouraged to use the latest code. ``webassets`` is pretty well tested, | ||
so as long as the build status icon above remains a reassuring green, | ||
you shouldn't run into any trouble. | ||
|
||
You can `download a tarball`__ of the development version, or | ||
install it via ``pip install webassets==dev``. | ||
|
||
__ http://github.com/miracle2k/webassets/tarball/master#egg=webassets-dev | ||
|
||
.. |travis| image:: https://secure.travis-ci.org/miracle2k/webassets.png?branch=master | ||
:target: http://travis-ci.org/miracle2k/webassets | ||
|
||
|
||
Documentation of latest stable version: | ||
http://elsdoerfer.name/docs/webassets/ | ||
|
||
Documentation of development version: | ||
http://webassets.readthedocs.org/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.