mirror of
https://github.com/Hopiu/django-select2.git
synced 2026-04-14 18:30:59 +00:00
Merge pull request #170 from GeyseR/patch-1
Fixed bug in minify pre-setup function
This commit is contained in:
commit
b2917fff53
4 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
setup.py
2
setup.py
|
|
@ -35,7 +35,7 @@ def minify(files, outfile, ftype):
|
|||
|
||||
for filename in files:
|
||||
with io.open(getPkgPath() + filename, 'r', encoding='utf8') as f:
|
||||
content = f.read()
|
||||
content = content + '\n' + f.read()
|
||||
|
||||
data = {
|
||||
'code': content,
|
||||
|
|
|
|||
Loading…
Reference in a new issue