---
title: New Plugin: Minit
date: 2012-11-02T18:38:39+00:00
modified: 2024-02-24T18:08:55+00:00
image:: https://kaspars.net/wp-content/uploads/2012/11/minit-plugin-combine-scripts-wordpress.png
permalink: https://kaspars.net/blog/new-plugin-minit
post_type: post
author:
  name: Kaspars
  avatar: https://reverse.kaspars.net/gravatar/avatar/92bfcd3a8c3a21a033a6484d32c25a40b113ec6891f674336081513d5c98ef76?s=96&d=mm&r=g
post_tag:
  - How to
  - Plugin
  - Snippet
  - Tool
category:
  - WordPress
---

# New Plugin: Minit

[![Minit plugin for WordPress that combines CSS and Javascript files](https://kaspars.net/wp-content/uploads/2012/11/minit-plugin-combine-scripts-wordpress.png?strip=all&quality=90&resize=1305,481 "Minit plugin for WordPress that combines CSS and Javascript files")](https://github.com/kasparsd/minit)[Minit](https://github.com/kasparsd/minit) is a WordPress plugins that combines (concatenates) all CSS and Javascript files that are enqueued using proper `wp_enqueue_script` and `wp_enqueue_style` methods. It also detects external Javascript files and loads them asynchronously in theme footer. Finally, it monitors the last modified time of all files and includes that information in the combined filename for proper cache invalidation.

Minit doesn’t minify combined files for readability and performance reasons. You can see this plugin running on this blog. Thanks [Geir](http://edgyseo.com/) for testing the plugin on his blog.