Skip to content

Commit c000c37

Browse files
authored
Fix README.md after wrong changes introduced by PR #135
1 parent aafbb09 commit c000c37

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
# django-webpack-loader for gzip
2-
3-
Different from the original repository, it appends an extension in the creation of the tags (as .gzip). The append is also dynamic, and can be done for css or js
1+
# django-webpack-loader
42

53
[![Build Status](https://circleci.com/gh/django-webpack/django-webpack-loader/tree/master.svg?style=svg)](https://circleci.com/gh/django-webpack/django-webpack-loader/tree/master)
64
[![Coverage Status](https://coveralls.io/repos/github/django-webpack/django-webpack-loader/badge.svg?branch=master)](https://coveralls.io/github/django-webpack/django-webpack-loader?branch=master)
75
![pyversions](https://img.shields.io/pypi/pyversions/django-webpack-loader)
86
![djversions](https://img.shields.io/pypi/djversions/django-webpack-loader)
97

10-
<br>
118

129
Read http://owaislone.org/blog/webpack-plus-reactjs-and-django/ for a detailed step by step guide on setting up webpack with django using this library.
1310

0 commit comments

Comments
 (0)