- Enable minification for the frontend JS bundle

- Make sure we are pegged to version 3.3.3 of D3
This commit is contained in:
Joseph Schorr 2014-04-15 15:58:00 -04:00
parent 7aab6a9fdd
commit 5fa4733a2f
4 changed files with 17 additions and 4 deletions

View file

@ -5,6 +5,7 @@
"grunt": "~0.4.4",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-angular-templates": "~0.5.4"
"grunt-angular-templates": "~0.5.4",
"grunt-contrib-uglify": "~0.4.0"
}
}