Tagged Questions

0
votes
0answers
8 views

One click closure windows tool to compile all js files in folder

Is there a tool or a bat file or some such that allows one click to compile all js files inside a folder into one compiled js file? Thanks.
5
votes
8answers
748 views

jQuery compiled with Google Closure Compiler

Has anyone compiled jQuery against Google's newly-released Closure compiler? There has been reported huge savings in code size. I'm curious what the benefit is if jQuery was compi …
3
votes
6answers
632 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 …
1
vote
3answers
171 views

How to use Google’s Closure to compile JavaScript

Google just released Closure, which is a compiler to minify JavaScript. On the product site, it says "The Closure Compiler has also been integrated with Page Speed". How do I use …
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 …
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 …
5
votes
2answers
48 views

JavaScript minifyer which can be integrated with a build of an ASP.NET application

Inspired by this answer.. Can you guys point me to something similar--something that can be integrated into a build-script or perhaps directly into Visual Studio?
0
votes
2answers
38 views

modrewrite for css / jss minified

I have a web site hosted in a CentOS 5-Plesk-Apache server. I have recently added a second site to the server for serve dynamic content. I have established rewrite rules for images …
1
vote
1answer
88 views

Command Line JavaScript Input Arguments Issues While Minifying JavaScript in Gedit.

Hello, I want to minify my JavaScript files immediately in Gedit. I tried do it via external tools option with jsmin.js script. I have SpiderMonkey engine installed. I stored jsmin …
2
votes
2answers
95 views

C# Code Minification Tools and Techniques

I realize this is a rather odd request, but I was wondering if anyone was aware of some minification/obfuscation tools that work on C# source code (not a compiled assembly). I am t …
4
votes
6answers
1k views

Html minification?

Is there any online tool that we can input the html source of a page and it will minify the code? I would do that for aspx files that are not a good idea to make the webserver gzi …
0
votes
5answers
239 views

Is there such a thing as a javascript deminifier (deobfuscator)?

This question is exactly the opposite of http://stackoverflow.com/questions/489847/which-javascript-minifier-cruncher-does-the-same-things-that-the-one-google-use I want to learn …
1
vote
5answers
629 views

Which Javascript minifier (cruncher) does the same things that the one Google uses for its JS APIs?

I am a Google Maps API (javascript) developer. I have noticed that Google uses a Javascript minifier that has the following features: Shortens variables, properties, arguments, c …
0
votes
2answers
43 views

Problem with special characters when Minifying JS

Hi! I'm using MVC ScriptManager to Compress and concatenate all my .js files. It works very well, except that if a *.js has a special character such as "á, à" it turns to "Ã!". I …
2
votes
2answers
231 views

Is it bad to Base62 encode a javascript file?

I just found Dean Edwards javascript packer here: http://dean.edwards.name/packer/ It has a couple of options, Base62 encode Shrink variables To test it I took the latest …

1 2 next
15 30 50 per page