Giter Club home page Giter Club logo

Comments (8)

naivefun avatar naivefun commented on July 24, 2024 20

@pavel The idea is very easy to view zipped size from browser inspector compared to the original. Just for convenience.

from live-server.

yqrashawn avatar yqrashawn commented on July 24, 2024 1

@pavel I'm using 3d data for my data visualizer. And those data are gziped. I believed there're developers like me testing there project with gziped data.

from live-server.

falkben avatar falkben commented on July 24, 2024 1

I think useful to me would be serving gzip or brotli compressed files, when they exist, when requests come for a file without an extension, similar to how http-server does.

from live-server.

naivefun avatar naivefun commented on July 24, 2024

+1

from live-server.

pavel avatar pavel commented on July 24, 2024

Why do you think this is useful with live-server?
live-server is supposed to be

a little development server with live reload capability.

Not sure why you need gzip for a development server.
Can you explain?

from live-server.

MrRobboto avatar MrRobboto commented on July 24, 2024

I'll second this request - using live-server in an Aurelia, Typescript, System environment and have source files loaded individually, and vendor code bundled up and gzipped. This feature would take my biggest file, the bundle from ~2MB to ~500KB so this would be great in development.

from live-server.

tplk avatar tplk commented on July 24, 2024

Useful feature, I'd like to see it too.

from live-server.

MrRobboto avatar MrRobboto commented on July 24, 2024

^Yeah, certainly the premise that you wouldn't want compression in development is flaud. Plenty of people have bundles or something similar that they barely ever change in development - why not gzip them and see your code changes faster in development? Well that's what I do because I don't like waiting for my browser to load 300 files and 8MB everytime I change code so I bundle and compress all the stuff I'm not working on. I've been using http-server (another light server but with gzip, because it makes sense) with gulp live-reload and the live-reload chrome extension (have to turn it on every code session). Not ideal but allows live-reload with gzip!

from live-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.