sitron / lst

3 stars 3 forks source link

Use web based files for assets #22

Closed skeud closed 10 years ago

skeud commented 11 years ago

I'm auto-generating my graphs on a server and end up with css and js linked like "/usr/lib/python2.7/dist-packages/lst/html_templates/css/graph.css".

Would be great to rely on web based assets files.

sitron commented 11 years ago

@skeud the goal of using local assets (automatically copied on installation), and web output, is that you could easily play with the layout (even without Python knowledge). To which version of the css/html/js files would you point to? "master"?

skeud commented 11 years ago

master is ok i think.

for js you can use jquery from cdn and alike

On Mon, Nov 11, 2013 at 8:59 AM, laurent prodon notifications@github.comwrote:

@skeud https://github.com/skeud the goal of using local assets (automatically copied on installation), and web output, is that you could easily play with the layout (even without Python knowledge). To which version of the css/html/js files would you point to? "master"?

— Reply to this email directly or view it on GitHubhttps://github.com/sitron/lst/issues/22#issuecomment-28179873 .

sitron commented 10 years ago

done