Top "Minify" questions

Minification is the practice of removing unnecessary characters from code to reduce its size, thus improving load times.

how to compress and minify assets using jekyll plugins

I have a simple test jekyll app like so: index.html is: <script type="text/javascript" src="/assets/myfile.…

jekyll minify
How to effectively debug minified JS files?

I've got problem debugging minified JS on production server. While you can't catch some errors on your machine while testing …

javascript debugging minify
javascript packer versus minifier

I was wondering what the differences/benefits of the packer vs the minifier were, i.e. Should you deploy a …

javascript minify
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.$…

ruby-on-rails angularjs assets production minify
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 …

python css compression minify
Finding the cause of "Unknown provider" errors

I'm getting the following error: Error: [$injector:unpr] Unknown provider: nProvider <- n I know this is being caused …

angularjs minify
Automatically minify JavaScript files at the time of Publishing website in Visual Studio 2010 or 2012?

Is there any way in VS 2010 or 2012 to minify JavaScript files at the time of Publishing? I want automatically minified …

javascript asp.net visual-studio-2010 minify publishing
Unknown Provider e-provider error while using angularjs and ruby on rails

I have a Rails/AngularJS app which works fine in local development environment. However, when I deployed this app to …

javascript ruby-on-rails angularjs dependency-injection minify
Running the same plugin multiple times in Maven

I'm using maven-minify-plugin. It can produce only one output file. I need to produce two minified js files. One from …

maven minify
Do the parameters of a directive's link function rely on DI?

In: module.directive 'name', -> (scope, element, attr) -> # Whatever implemenation Do the scope, element and attrs parameters …

javascript dependency-injection angularjs minify