Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

grunt-bower-organiser

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-bower-organiser - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

2

package.json
{
"name": "grunt-bower-organiser",
"description": "Organises Bower components according to their types",
"version": "0.6.0",
"version": "0.6.1",
"homepage": "https://github.com/mavdi/grunt-bower-organiser",

@@ -6,0 +6,0 @@ "author": {

@@ -33,2 +33,23 @@ # grunt-bower-organiser

If you want to move specific files in modules to a different folder than the mappings, use the following syntax:
```
bowerOrganiser: {
options: {
includeName: true
},
mapping: {
js: 'lib',
css: 'css',
less: 'css/less'
},
specifics: {
example-module : {
'main.less' : 'css'
}
}
}
```
Plugin now accepts folders in the ```main``` section of ```component.json```.

@@ -60,2 +81,3 @@

## Release History
* v0.6.0 Added the ability to move specific files to different destinations than the ones declared in the mappings.
* v0.5.0 Folder recursion bug fixes.

@@ -62,0 +84,0 @@ * v0.4.0 options added to include package name when placing the assets.

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc