hooked bower json file generation to full grunt build. added minified build so root directory

This commit is contained in:
Eric Rowell
2014-01-19 21:51:06 -08:00
parent 2243010d33
commit 37df33a8eb
5 changed files with 54 additions and 6 deletions

22
bower-template.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "KineticJS",
"version": "@@version",
"homepage": "http://kineticjs.com/",
"authors": [
"Eric Rowell"
],
"description": "KineticJS is an HTML5 Canvas JavaScript framework that enables high performance animations, transitions, node nesting, layering, filtering, caching, event handling for desktop and mobile applications, and much more.",
"keywords": [
"canvas",
"animations"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"main": "kinetic-v@@version.min.js"
}