better grunt build
This commit is contained in:
parent
452b04c1b3
commit
64a2f05a47
16
bower.json
16
bower.json
|
@ -2,12 +2,12 @@
|
|||
"name": "github-burndown-chart",
|
||||
"version": "1.0.0-alpha",
|
||||
"dependencies": {
|
||||
"lodash": null,
|
||||
"async": null,
|
||||
"d3": null,
|
||||
"d3-tip": null,
|
||||
"superagent": null,
|
||||
"normalize-css": null,
|
||||
"marked": null
|
||||
"lodash": "2.3.0",
|
||||
"async": "0.2.5",
|
||||
"d3": "3.3.9",
|
||||
"d3-tip": "0.6.2",
|
||||
"superagent": "0.15.7",
|
||||
"normalize-css": "2.1.3",
|
||||
"marked": "0.2.10"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
31891
build/app.bundle.js
31891
build/app.bundle.js
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
30568
build/app.js
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -18,7 +18,7 @@
|
|||
"marked": "~0.2.9",
|
||||
|
||||
"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-concat": "~0.3.0",
|
||||
"grunt-contrib-uglify": "~0.2.5",
|
||||
|
@ -43,4 +43,4 @@
|
|||
"bugs": {
|
||||
"url": "https://github.com/radekstepan/github-burndown-chart/issues"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue