Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

html/static/components/impress.js/js/impress.js missing on build #5

Open
bmsleight opened this issue Oct 27, 2016 · 1 comment
Open

Comments

@bmsleight
Copy link

using latest version via:
$ pip install http://github.com/gawel/impress/tarball/master

$ impress
/home/bms/impress/docs/index.rst:None: WARNING: nonlocal image URI found: https://upload.wikimedia.org/wikipedia/commons/0/0a/Python.svg
$ ls html/static/components/impress.js/js/impress.js
ls: cannot access html/static/components/impress.js/js/impress.js: No such file or directory

Had to use this command to resolve;
$wget http://gawel.github.io/impress/static/components/impress.js/js/impress.js -o impress.js; mkdir -p html/static/components/impress.js/js/ ; cp impress.js html/static/components/impress.js/js/

I still love this project :)

@gawel
Copy link
Owner

gawel commented Oct 27, 2016

Yeah you cant install from github's tarball. this is because external resources are fetched with bower:

https://github.com/gawel/impress/blob/master/bower.json

Don't know if I can disable tarballs. Btw I wont fix this. I'd like to avoid having impress.js code in the repo.

Simple solution: use the release from pypi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants