[Python-modules-commits] [jupyter-notebook] 07/14: Call lessc with --source-map-basepath option for reproducibility
Gordon Ball
chronitis-guest at moszumanska.debian.org
Sun Nov 12 20:26:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
chronitis-guest pushed a commit to branch master
in repository jupyter-notebook.
commit eb551c0ad59bd953599b865d546281f62eac7229
Author: Ximin Luo <infinity0 at debian.org>
Date: Wed Dec 7 18:09:01 2016 +0100
Call lessc with --source-map-basepath option for reproducibility
---
setupbase.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setupbase.py b/setupbase.py
index e52e1e3..02bbc7a 100644
--- a/setupbase.py
+++ b/setupbase.py
@@ -427,7 +427,7 @@ class CompileCSS(Command):
for src, dst in zip(self.sources, self.targets):
try:
run(['lessc',
- '--source-map',
+ '--source-map', '--source-map-basepath='+os.path.dirname(__file__),
'--include-path=%s' % pipes.quote(static),
src,
dst,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/jupyter-notebook.git
More information about the Python-modules-commits
mailing list