You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Downloading Closure Compiler:
515%
Unzipping...
Traceback (most recent call last):
File "C:\limejs\bin\lime.py", line 436, in
main()
File "C:\limejs\bin\lime.py", line 417, in main
checkDependencies()
File "C:\limejs\bin\lime.py", line 122, in checkDependencies
zippedFile = zipfile.ZipFile(zip_path)
File "C:\Python27\lib\zipfile.py", line 770, in init
self._RealGetContents()
File "C:\Python27\lib\zipfile.py", line 811, in _RealGetContents
raise BadZipfile, "File is not a zip file"
zipfile.BadZipfile: File is not a zip file
The text was updated successfully, but these errors were encountered:
Hi rwsodinz, just submitted a pull request to fix this: #160.
I made a change to a few lines in the "lime.py" file to download the correct Closure Compiler.
Downloading Closure Compiler:
515%
Unzipping...
Traceback (most recent call last):
File "C:\limejs\bin\lime.py", line 436, in
main()
File "C:\limejs\bin\lime.py", line 417, in main
checkDependencies()
File "C:\limejs\bin\lime.py", line 122, in checkDependencies
zippedFile = zipfile.ZipFile(zip_path)
File "C:\Python27\lib\zipfile.py", line 770, in init
self._RealGetContents()
File "C:\Python27\lib\zipfile.py", line 811, in _RealGetContents
raise BadZipfile, "File is not a zip file"
zipfile.BadZipfile: File is not a zip file
The text was updated successfully, but these errors were encountered: