A
A
Alexey Smirnov2014-03-23 19:43:36
css
Alexey Smirnov, 2014-03-23 19:43:36

What is the program for uploading files (CSS, JS) to hosting in a compressed form?

Hello.
I am using Filezilla.

I am now interested in a program with which it would be possible to upload files to the hosting, and also so that this program can compress these files (CSS, JS) on the fly.
By the word compress, I mean - remove comments, spaces, line breaks from files (to reduce the "weight" of files).

Or maybe Filezilla itself can do this (I just don’t see such a function in it)?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Serykh, 2015-03-11
@ERAFY

There are whole systems that can not only minify files, but also much more.
These are project build systems: Gulp or Grunt . (There is little information in Russian.)
For example, the build system monitors changes in source files and reacts to these changes:
- runs CSS through an autoprefixer,
- "compiles" SASS or LESS,
- glues files,
- minifies files,
- creates map files for debugging minified sources (including "compiled" CSS files),
- runs tests,
- allows you to use LiveReload (to instantly change styles in the browser without reloading the page),
- optimizes images,
- creates a project from a template,
- and much more ( Gulp plugins , Grunt plugins )

N
Nikbes, 2014-06-26
@vanya_beseda

Try using Gzip

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question