better grunt build

This commit is contained in:
Radek Stepan 2013-11-16 11:22:28 +00:00
parent 452b04c1b3
commit 64a2f05a47
6 changed files with 61936 additions and 573 deletions

View File

@ -2,12 +2,12 @@
"name": "github-burndown-chart", "name": "github-burndown-chart",
"version": "1.0.0-alpha", "version": "1.0.0-alpha",
"dependencies": { "dependencies": {
"lodash": null, "lodash": "2.3.0",
"async": null, "async": "0.2.5",
"d3": null, "d3": "3.3.9",
"d3-tip": null, "d3-tip": "0.6.2",
"superagent": null, "superagent": "0.15.7",
"normalize-css": null, "normalize-css": "2.1.3",
"marked": null "marked": "0.2.10"
} }
} }

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

30568
build/app.js

File diff suppressed because it is too large Load Diff

12
build/app.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -18,7 +18,7 @@
"marked": "~0.2.9", "marked": "~0.2.9",
"grunt": "~0.4.1", "grunt": "~0.4.1",
"grunt-apps-c": "git://github.com/radekstepan/grunt-apps-c.git#master", "grunt-apps-c": "0.1.6",
"grunt-contrib-stylus": "~0.9.0", "grunt-contrib-stylus": "~0.9.0",
"grunt-contrib-concat": "~0.3.0", "grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.5", "grunt-contrib-uglify": "~0.2.5",
@ -43,4 +43,4 @@
"bugs": { "bugs": {
"url": "https://github.com/radekstepan/github-burndown-chart/issues" "url": "https://github.com/radekstepan/github-burndown-chart/issues"
} }
} }