When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Minification (programming) - Wikipedia

    en.wikipedia.org/wiki/Minification_(programming)

    The goals of minification are not the same as the goals of obfuscation; the former is often intended to be reversed using a pretty-printer [citation needed] or unminifier. However, to achieve its goals, minification sometimes uses techniques also used by obfuscation; for example, shortening variable names and refactoring the source code.

  3. Minification - Wikipedia

    en.wikipedia.org/wiki/Minification

    Minification may refer to: Magnification, by a factor of less than one, producing a smaller image; Minification (programming), a software coding technique;

  4. Grunt (software) - Wikipedia

    en.wikipedia.org/wiki/Grunt_(software)

    Grunt is a JavaScript task runner, a tool used to automatically perform frequent tasks such as minification, compilation, unit testing, and linting. It uses a command-line interface to run custom tasks defined in a file (known as a Gruntfile). Grunt was created by Ben Alman and is written in Node.js. It is distributed via npm. As of October ...

  5. Minimisation - Wikipedia

    en.wikipedia.org/wiki/Minimisation

    Minimisation (code) or Minification, removing unnecessary characters from source code; Structural risk minimization; Boolean minimization, a technique for optimizing combinational digital circuits; Cost-minimization analysis, in pharmacoeconomics; Expenditure minimization problem, in microeconomics; Waste minimisation; Harm reduction

  6. gulp.js - Wikipedia

    en.wikipedia.org/wiki/Gulpjs.com

    Task-runners like gulp and Grunt are built on Node.js rather than npm because the basic npm scripts are inefficient when executing multiple tasks. Even though some developers prefer npm scripts because they can be simple and easy to implement, there are numerous ways where gulp and Grunt seem to have an advantage over each other, and the default provided scripts. [11]

  7. Web performance - Wikipedia

    en.wikipedia.org/wiki/Web_performance

    Minification removes comments and extra spaces as well as crunch variable names in order to minimize code, decreasing files sizes by as much as 60%. In addition to caching and compression, lossy compression techniques (similar to those used with audio files) remove non-essential header information and lower original image quality on many high ...

  8. Wikipedia:Gadget - Wikipedia

    en.wikipedia.org/wiki/Wikipedia:Gadget

    A Wikipedia gadget is a JavaScript program and/or a CSS snippet that can be enabled simply by checking an option in your preferences. The gadget's function is provided by the MediaWiki extension Gadgets. Many gadgets started out as user scripts. Once a user script is approved as a gadget, it is removed from Wikipedia:User scripts/List.

  9. Texture filtering - Wikipedia

    en.wikipedia.org/wiki/Texture_filtering

    Mipmapping is a standard technique used to save some of the filtering work needed during texture minification. [2] It is also highly beneficial for cache coherency - without it the memory access pattern during sampling from distant textures will exhibit extremely poor locality, adversely affecting performance even if no filtering is performed.