grunt-bower-organiser
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "grunt-bower-organiser", | ||
"description": "Organises Bower components according to their types", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"homepage": "https://github.com/mavdi/grunt-bower-organiser", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -22,6 +22,9 @@ # grunt-bower-organiser | ||
bowerOrganiser: { | ||
options: { | ||
includeName: true | ||
}, | ||
mapping: { | ||
js: 'lib', | ||
css: 'css', | ||
less : 'less' | ||
less: 'less' | ||
} | ||
@@ -57,3 +60,5 @@ } | ||
## Release History | ||
v0.3.0 Plugin now accepts folders in the ```main``` section of ```component.json```. | ||
* v0.5.0 Folder recursion bug fixes. | ||
* v0.4.0 options added to include package name when placing the assets. | ||
* v0.3.0 Plugin now accepts folders in the ```main``` section of ```component.json```. | ||
@@ -60,0 +65,0 @@ ## License |
@@ -37,4 +37,5 @@ /* | ||
}); | ||
done(); | ||
}); | ||
}); | ||
}; |
7782
105
66