Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
radekstepan committed Jan 10, 2016
1 parent c2bee49 commit 490c7b0
Show file tree
Hide file tree
Showing 10 changed files with 68 additions and 65 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,18 @@ If you specify `LABELS` above, this is the place to set a regex used to parse a
"size_label": /^size (\d+)$/
```

##Commands
##Development

Read the [Architecture](docs/ARCHITECTURE.md) document when contributing code.
[Rake](https://www.ruby-lang.org/en/documentation/installation/) is used as a tool to execute tasks, the steps would be roughly as follows:

```bash
apt-get install ruby-full
gem install rake
rake build
rake serve
```

You can run the following tasks:

```bash
rake build # Build everything & minify
Expand All @@ -67,4 +76,6 @@ rake test:coveralls[token] # Run code coverage and publish to Coveralls
rake watch # Watch everything
rake watch:css # Watch the styles
rake watch:js # Watch the app
```
```

Please read the [Architecture](docs/ARCHITECTURE.md) document when contributing code.
55 changes: 27 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "burnchart",
"version": "2.0.8",
"version": "2.0.9",
"description": "GitHub Burndown Chart as a Service",
"author": "Radek Stepan <dev@radekstepan.com> (http://radekstepan.com)",
"license": "AGPL-3.0",
Expand All @@ -23,48 +23,47 @@
"burnchart": "./bin/run.js"
},
"dependencies": {
"async": "0.9.0",
"async": "1.5.2",
"brain": "0.7.0",
"chance": "0.7.3",
"d3": "3.5.5",
"chance": "0.8.0",
"d3": "3.5.12",
"d3-tip": "git://github.com/Caged/d3-tip",
"director": "1.2.8",
"firebase": "2.2.3",
"lodash": "3.5.0",
"firebase": "2.3.2",
"lodash": "3.10.1",
"lscache": "1.0.5",
"marked": "0.3.3",
"moment": "2.9.0",
"node-static": "0.7.6",
"marked": "0.3.5",
"moment": "2.11.1",
"node-static": "0.7.7",
"normalize.less": "1.0.0",
"ractive": "0.6.1",
"ractive-ractive": "0.4.4",
"ractive-transitions-fade": "0.2.0",
"semver": "4.3.1",
"semver": "5.1.0",
"sortedindex-compare": "0.0.1",
"superagent": "1.1.0"
"superagent": "1.6.1"
},
"devDependencies": {
"blanket": "1.1.6",
"browserify": "9.0.3",
"chai": "2.1.2",
"coffee-script": "1.9.1",
"coffeeify": "1.0.0",
"coveralls": "2.11.2",
"blanket": "1.2.1",
"browserify": "13.0.0",
"chai": "3.4.1",
"coffee-script": "1.10.0",
"coffeeify": "2.0.1",
"coveralls": "2.11.6",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-cssmin": "0.12.2",
"grunt-contrib-uglify": "0.8.0",
"grunt-gh-pages": "0.10.0",
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-cssmin": "0.14.0",
"grunt-contrib-uglify": "0.11.0",
"grunt-gh-pages": "1.0.0",
"grunt-mkdir": "0.1.2",
"less": "2.4.0",
"less": "2.5.3",
"lesshat": "3.0.2",
"mocha": "2.2.1",
"mocha-lcov-reporter": "0.0.2",
"proxyquire": "1.4.0",
"mocha": "2.3.4",
"mocha-lcov-reporter": "1.0.0",
"proxyquire": "1.7.3",
"ractivate": "0.2.0",
"watch": "0.14.0",
"watchify": "2.6.0"
"watch": "0.17.1",
"watchify": "3.7.0"
},
"browserify": {
"transform": [
Expand Down
2 changes: 1 addition & 1 deletion public/css/app.bundle.min.css

Large diffs are not rendered by default.

48 changes: 21 additions & 27 deletions public/js/app.bundle.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/app.coffee
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Ractive = require 'ractive'

# Load Ractive transitions and adapters.
require 'ractive-transitions-fade'
require 'ractive-ractive'

# Will load projects from localStorage.
Expand Down
2 changes: 1 addition & 1 deletion src/templates/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<div id="footer">
<div class="wrap">
&copy; 2012-2015 <a href="https:/radekstepan.com">Radek Stepan</a>
&copy; 2012-2016 <a href="https:/radekstepan.com">Radek Stepan</a>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion src/templates/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div id="head">
{{#with user}}
{{#ready}}
<div class="right" intro="fade">
<div class="right">
{{#if uid}}
<a on-click="!signout"><Icons icon="signout" /> Sign Out {{github.displayName}}</a>
{{else}}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/pages/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div id="content" class="wrap">
{{#if projects.list}}
{{#ready}}
<div intro="fade">
<div>
<Projects projects="{{projects}}"/>
</div>
{{/ready}}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/pages/milestone.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{#ready}}
<div intro="fade">
<div>
<div id="title">
<div class="wrap">
<h2 class="title">{{ format.title(milestone.title) }}</h2>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/pages/project.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{#ready}}
<div intro="fade">
<div>
<div id="title">
<div class="wrap">
<h2 class="title">{{route.join('/')}}</h2>
Expand Down

0 comments on commit 490c7b0

Please sign in to comment.