Windows program for javascript compression and image minimization

I just joined this program for Mac / Apple

http://incident57.com/codekit/

In short, he will

  • compile .LESS, .SASS, .SCSS files into pure CSS files.
  • Collapse Javascript Files
  • Image optimization

All in one program, this is great for use as w370>.

I am looking for a program that will run on Windows that will do such things, preferably for use on the command line, so I can use the script construct to automate it.

Have you heard anything?

+4
source share
1 answer

If your site uses .net, you can try RequestReduce. It is currently being executed on the fly at runtime (using caching). It is not currently configured for this during build. It minimizes and combines CSS and JS, compiles Sass / Less and Coffee script, and it manages and optimizes css background images. For sass / less / coffee, see RequestReduce.SassLessCoffee Package. It is planned to provide a build time option, but the advantage of the runtime environment is the ability to process dynamically generated resources, such as WebResources and ScriptResources or scripts on another host. See http://www.RequestReduce.com for more details.

0
source

Source: https://habr.com/ru/post/1389860/


All Articles