Set up grunt with tasks for:
* preen - deletes unused files from bower_components, configured in
bower.json
* concat - concatenates preened bower components, configured
automagically from the preen config
It's worth noting that this setup assumes the order of files within a
package doesn't matter. This is usually true since we often include only
one file from the package.
|
||
|---|---|---|
| .. | ||
| backbone.localStorage.js | ||
| bootstrap-tagsinput.js | ||
| bower_components.js | ||
| CryptoJS.js | ||
| curve255.js | ||
| jquery.js | ||
| libphonenumber_api-compiled.js | ||
| mustache.js | ||
| nacl-common.js | ||
| qrcode.min.js | ||
| underscore.js | ||