
Organises bower components according to their types
Grunt Bower Organiser is a powerful tool designed to streamline the management of Bower components in your project. It enhances the workflow by categorizing components based on their types, allowing for a cleaner and more organized file structure. With its user-friendly setup process, developers can quickly install and configure the plugin to suit their project's needs.
This plugin is particularly beneficial for those who are looking to keep their project directories tidy and ensure that files are placed in appropriate locations. By automating the organization of Bower components, it reduces manual overhead and minimizes the potential for errors during development.
Easy Installation: Simply run npm install grunt-bower-organiser next to your gruntfile to get started without hassle.
Flexible File Management: Customize the location of specific files using the plugin's mapping syntax to better suit your project structure.
Folder Support: The plugin can now handle folders listed in the main section of component.json, making it easier to manage entire directories.
Automatic Directory Creation: When mappings are not provided, the plugin uses file extensions as directory names, simplifying the organization process.
Version Updates: Regular updates enhance the plugin’s features, including options for custom asset placement, ensuring compatibility with Grunt 0.4.
Community Contributions: The plugin encourages users to contribute code improvements and testing, fostering a collaborative development environment.
Linting and Testing: Built-in support for linting and testing helps maintain code quality, making it ideal for developers who value clean code practices.

Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.