Tagged Questions

3
votes
6answers
634 views

Any recommendations for a CSS minifier?

Any recommendations for a CSS minifier? I’ll be rooting around Google and trying some out, but I suspected that the smart, proficient and curiously handsome StackOverflow communit …
0
votes
2answers
36 views

minifying patched javascript files

I'm writing a Rails app and I've partially integrated in this nice little patch to the in line ajax editor: http://inplacericheditor.box.re/ The problem is, on that page I have ti …
4
votes
6answers
760 views

Concatenate & Minify JS on the fly OR at build time - ASP.NET MVC

As an extension to this question here Linking JavaScript Libraries in User Controls I was after some examples of how people are concatinating & minifying javascript on the fly …
2
votes
4answers
50 views

XML Minify in .NET

I'd like to read in the following XML: <node></node> And then write it out, minified, like this: <node/> Obviously this has the same meaning, but the second …
0
votes
6answers
261 views

Automagically Minify CSS and Javascript on Upload

Hey guys, Does anyone know of a good way to automatically run certain file types through a processing script on upload? I'm trying to accomplish automatically minifying CSS and Ja …
2
votes
4answers
138 views

Equivalent of “Google Closure Compiler” for HTML?

Is there an equivalent of Google's Closure Compiler for HTML minimizing?
2
votes
2answers
65 views

What’s the best way to minify the ASP.NET generated Javascript?

What's the best way to minify the ASP.NET generated Javascript, such as the ones served by webresource.axd, in ASP.NET 3.5 at runtime? I tried using the MbCompression module but i …
0
votes
3answers
45 views

Minifiable version of Prototype

Is there a version of the Prototype framework that is either packable or already packed at the highest compression level with Dean Edward's packer and is tested to work? Packer: h …
0
votes
1answer
38 views

Speeding up FCKEditor

Does anyone have a technique for speeding up the FCKEditor? Are there some key JavaScript files that can be minified or removed?
1
vote
4answers
77 views

Use cache file or one more HTTP Request?

Hi people, on all the "speed up your website" sites and books they always tell us to minimize HTTP requests at all costs. This is fine and nice but what if that means that on ever …
5
votes
2answers
1k views

Python script for minifying CSS?

I'm looking for a simple Python script that can minify CSS as part of a web-site deployment process. (Python is the only scripting language supported on the server and full-blown p …
10
votes
3answers
4k views

Online Tool to Unminify / Decompress JavaScript

Are there any scripts and/or online tools that can reverse the effects of minification similar to how Tidy can clean up horrific HTML? I'm specifically looking to unminify a minif …
0
votes
1answer
63 views

JCSompress - dealing with special characters in JS files?

I'm in the initial stages of investigating JSCompress for MSBUILD : http://msbuildtasks.tigris.org/ For my initial testing I have a few JS files over which I am running this task, …
11
votes
4answers
214 views

Why minify assets and not the markup?

Why do people suggest minifying web assets, such as CSS and JavaScript, but they never suggest the markup be minified? CSS and JavaScript can be used on many various pages while t …
0
votes
3answers
558 views

Ways to compress/minify javascript files [closed]

Duplicate: Best javascript compressor Which javascript minification library produces better results? What is the best method to reduce the size of my Javascript and CSS …

1 2 next
15 30 50 per page