grunt-bower-organiser
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"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
9375
88