Minification is the process of removing all unnecessary characters from source code, without changing its functionality.

learn more… | top users | synonyms

0
votes
1answer
7 views

grunt js tasks and files naming with multiple dots

I'm uglifying files with one to one mapping like this: plugins: { files: [{ expand: true, src: '*.js', cwd: 'Scripts/v1/Plugins', dest: ...
1
vote
1answer
46 views

PyroCMS Minified Asset files across multiple machines

If I'm deploying a site across multiple servers (to be load balanced), it seems that on one of the servers, the minified assets aren't in assets/cache. It's there in the other ones, but not this one. ...
-1
votes
1answer
64 views

Grunt.js - uglify / yui compressor - one to one file mapping

I know I can uglify multiple files into one like this: uglify: { dist: { files: { 'Scripts/build.js': ['Scripts/*.js'] } } } But what if a want to uglify ...
1
vote
1answer
48 views

Angularjs minification being forced to add strings for services

As is documented in numerous places in angular you must put service names in an array in order to survive minification. example: Different kind of Angular Directives patterns The problem I have with ...
0
votes
0answers
21 views

Squishit - Can we squish files on Build rather than at runtime

We are using Squish it framework for minifying javascript files. Is there a way to squish files at Compile time on building the solution rather than runtime. If so how?
1
vote
2answers
106 views

AngularJS minification issue in directive

I have yet another issue with minification. This time it's because of the $scope service passed to the directive's controller. See below code: angular.module('person.directives'). directive("person", ...
0
votes
0answers
106 views

How to create physical directory with bundle and minification in amazon S3

Visual studio 2012 - Asp.net MVC3 I am using microsoft asp.net web optimization framework to make the bundle and minification, but I have a problem when using the bundle and minification, everything ...
1
vote
0answers
20 views

Why does RequireJS optimizer omit '/' in module-names in Windows?

After running our RequireJS build scripts on Windows for a module that lives in components/Cinema.Helper.Ticket.js, it outputs the following module name define("componentsCinema.Helper.Ticket" ... ...
1
vote
1answer
86 views

AngularJS: Correct minify-able syntax when using resolve with controllers

Im using the resolve functionality with a couple of controllers to fetch some data before the rendering of a new view kicks in like this: HomeCtrl.resolve = { pictures: function(Picture) { ...
0
votes
0answers
37 views

precompile both minified and un-minified versions of javascript

I'd like to provide both the minified and un-minified versions of my javascript assets on a Ruby on Rails production environment. Ideally the the cache buster digest would still exist so the files ...
1
vote
1answer
43 views

Asset minification for CSS / HTML / javascript

I work on a windows environment and I have a simple project where I have one page JavaScript, HTML and CSS in separate files what I ideally want is something to take these files and minify and ...
6
votes
4answers
725 views

ASP.Net MVC4 bundle for less files not being rendered when debug set to false

In a simple ASP.Net MVC4 test application, I installed the dotless NuGet package and followed this tutorial. My .less files are being correctly parsed to CSS and work fine when debug=true. <link ...
0
votes
1answer
169 views

.NET 4.5 System.Web.Optimization bundling use on CDN

I'm building a CDN, and looking for a ways to utilize .NET minification/bundling mechanism (System.Web.Optimization) there. The question is how can I return minified bundle from MVC controller. ...
10
votes
2answers
184 views

Why does minified or obfuscated JavaScript perform worse than uncompressed code?

I came across this performance report of JavaScript code compressed using various minifiers and obfuscators. What is surprising is that apart from Closure advanced mode, in most cases all other ...
0
votes
1answer
141 views

How to speed up the minification process of UglifyJS 2?

I am using UglifyJS 2 to concatenate and minify a bunch of JavaScript files (not too much, around 5 to 10). This process is run from within Node.js by using the default settings of UglifyJS 2. The ...
1
vote
1answer
37 views

JavaScript minifier that outputs linefeeds instead of semicolons - Windows based

We want line-numbers to be useful when an exception occurs in the clientside JavaScript. Ideally a solution that understands the ASI (Automatic Semicolon Insertion) rules i.e. that is syntax aware and ...
2
votes
0answers
74 views

How to minify JSON output in Rails?

I am using .json.erb views instead of calling to_json method. I've found several advices concerning JSON output minification. Ones tell about zipping all the output of web application, others ...
5
votes
2answers
106 views

JavaScript semicolon at the beginning of code: still a good practice?

I have been taught that it is a good practice to always insert a semicolon at the beginning of JavaScript code, as following: ;(function(){ })(); However, many popular JavaScript ...
6
votes
2answers
106 views

Can you minify multiple files into one?

I have my JavaScript code split into few files, all using the module pattern (updating one global variable, say MyApp, with new features and members. Will it be possible to minify the files into one ...
1
vote
1answer
98 views

Is me = this in JavaScript a good practice to support minification?

So in my JavaScript codebase I have been using the var me = this idiom to support minification. But I've started questioning this lately, and I was wonder if assignment of this to a variable could be ...
0
votes
1answer
151 views

How to turn TypeScript .min.js file generation on and off?

With the TypeScript Visual Studio plugin, usually saving a .ts file causes 2 new files to be generated underneath of it: file.js and file.min.js. Is there a way to configure this, so that you can ...
3
votes
3answers
104 views

Should minification of css and js files be in a build step or done by hand?

There is really two questions here. 1) should minification be done by hand or done as part of a build? 2) should the minified files be version controlled? I"m trying to define a go forward path ...
0
votes
2answers
114 views

Bundle Helper for bundling and splitting coffeescript

I was experimenting with Bundle and Minification in MVC4 and came across an interesting problem. I am using Coffeescript and I would like a Render helper that works a bit like the @Scripts.Render() ...
4
votes
2answers
163 views

MSBuild minify & concat javascript, hash contents into filename

I've been using, up to this point, MS Ajax Minifier for squashing and combining my CSS and JS. My servers set very far future expires headers so i need a cache expiry strategy. Currently I'm manually ...
4
votes
2answers
461 views

Bundling and minifying the font awesome css. in mvc 4

I am trying to minify the font awesome.css but when i minimize it shows the different junk characters for content like : { content: "\f048"; } above are content icons like up arrow etc.... What ...
1
vote
2answers
116 views

Enabling gzip compression on tomcat server makes minification of js redundant?

So I don't have to worry about including minification in my build process ?
0
votes
2answers
145 views

Condense jQuery hide/show scripts for page with multiple select boxes

I'm building a page that's going to have several select boxes that will reveal specific links based on the value selected. I can show/hide everything just fine, but I know I'm doing things the hard ...
2
votes
1answer
193 views

ASP.NET Bundling and Minification - CSS3 properties fail

I have few css clases that uses properties like below: .rfs_left_btn { width: 176px; height: 20px; background: #fefefe; background: -moz-linear-gradient(top, #fefefe 0%, #fafafa 48%, #f1f1f1 50%, ...
2
votes
1answer
400 views

MVC 4: Force ScriptBundle to return non-optimized links of Javascriptfiles

We are trying to get the ScriptBundle in MVC 4 to return the expanded list of javascript when debug = false in the web.config. By default the ScriptBundle will optimize the javascript into one call ...
7
votes
2answers
269 views

HTML minification in sbt build for Playframework

I'm porting a project over to the playframework. Previously I was using htmlcompressor integrated in the build using this maven plugin: http://code.google.com/p/htmlcompressor/#Maven_Plugin Is anyone ...
8
votes
1answer
138 views

RequireJs minifcation - complex directory structure

we have a problem at work, we are using require js but our folder structure is a bit different, we have the following: --js folder --Folder ---some base js files -Folder ...
1
vote
0answers
135 views

Obfuscate single non-modular javascript file with require.js

I have a project for which I'm using require.js to minify/obfuscate/combine some modules. I also have a single javascript file(7 lines of code) which I want to obfuscate in the same way but it's not ...
2
votes
2answers
409 views

Sitecore 6.6, MVC 3 and System.Web.Optimization?

Sitecore does not support MVC 4 yet and I'd like to use System.Web.Optimization's bundling and minification. Requests to bundles respond with 404 Not Found. BundleConfig.cs : public class ...
0
votes
1answer
51 views

Error with eval while minification

I am facing an error while minification of scripts using ajaxmin which contains 'eval'. In the below statement , i am receiving an error 'grid is undefined'. The variable 'grid' has been changed to ...
2
votes
3answers
315 views

Compress JS/CSS files on deploy using Git

I'm kinda new to git. Also, this is my first project where I'm automating the deployment process. So far it's been bliss to being able to do git push dev and have files uploaded, config files copied, ...
0
votes
3answers
165 views

ASP.NET Bundling and Minification and using it from other web application

I have ASP.NET MVC 4 application that contains library of some simple jQuery widgets. Now I want to allow other web applications to use that library. Instead of inserting every widget file by file on ...
2
votes
1answer
155 views

java source code minifier?

Is there a tool out there for minifying java source code? I am aware there is not much practical need for such a tool, but I am interested to reduce some students' code to 'bare bones' to show how ...
3
votes
1answer
860 views

Rails 3 + angularjs + minification does not work in production: Unknown provider: eProvider

I've followed all the instructions I can find for fixing minification, e.g. var MyController = function(renamed$scope, renamedGreeter) { ... } MyController.$inject = ['$scope', 'greeter']; and ...
0
votes
1answer
43 views

Guidelines for writing CSS to survive ASP.NET bundling

When I creare stylesheets for my ASP.NET MVC 4 web site everything works great when in debug/development mode. As soon as I deploy the web site on IIS, in release config, some parts of the css are ...
0
votes
3answers
115 views

Minification of dynamic PHP pages via htaccess

I have a site with the files all being php files, on the server we also have htaccess doing rewrites for friendly urls, i.e. /about We already have minification by PHP for JS and CSS, however due to ...
0
votes
0answers
132 views

How can I run two passes of Cassette configuration?

I'm using Cassette in a project that encapsulates a load of CSS, JS and Razor view templates into an installable package (which we're calling Skylight), and having some odd behaviour when trying to ...
1
vote
1answer
199 views

Stop Cassette from minifying a JavaScript file

I'm using Cassette to minify my JavaScript. I don't want Cassette to minify one of my JavaScript files because it's causing an error. I'd rather use the already minified version provided by the ...
0
votes
0answers
82 views

Optimizing CSS during a dojo build - using dojo 1.5.2

I'm trying to optimize my CSS files (inline all @imports, and remove lines) but I'm not sure how to do it? Someone on the IRC room told me about packages, but looks like packages is not supported in ...
1
vote
1answer
145 views

Is there a way to club all ng-includes into one http requesy?

We usually have multiple ng-includes in every main html/jsp pages, I was wondering if there a way to club all ng-includes into one http request?
0
votes
1answer
121 views

Wordpress- W3 Total Cache minification problems >:(

For some reason, despite anything i do, I can not get minification to work for the life of me...I am going insane...does anyone have any suggestions? I also tried WP Minify with no luck...maybe an ...
0
votes
3answers
272 views

Microsoft.Ajax.Utilities.JScriptException from System.Web.Optimization

we are having issues deploying the latest System.Web.Optimization 1.0 library from NUGET. In our production instances on Azure, the logs fill up with Microsoft.Ajax.Utilities.JScriptException errors, ...
2
votes
2answers
199 views

Make Closure Compiler merge several object property declarations as one big literal

I split my code into several files, and then run a script to merge and compile them (with ADVANCED_OPTIMIZATIONS). A big part of the functionality is implemented in a single object's prototype. So ...
0
votes
0answers
28 views

Ignoring verification of a particular file in Juicer merge

If I'm merging a whole bunch of files using juicer and some of them happen to be third-party library files, how can I ensure that juicer won't take them into account when doing jslint verification? I ...
0
votes
1answer
68 views

Tag whitespace differs between first and subsequent page loads

I'm having a tough time even finding a point to start debugging this. Basically, I'm setting up a copy of Shapado, a fairly normal Rails 3 app that has lots of .html.haml views like this: .author ...
0
votes
1answer
120 views

Minify HTML that has PHP embedded inside of it

I know it's a very small performance tweak but I would like to minify an HTML document that has PHP embedded inside of it. For example: <div id="header"> <?php echo ...

1 2 3 4