Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
benkeen committed Jun 7, 2014
1 parent 080a2cc commit fd9efc9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ script is intended for consumption by human beings.

Anyway, I digress. This codebase contains the website code as well as the d3pie code. It uses requireJS and Handlebars,
and a few other helper libraries here and there (jQuery, jQuery UI and others - see below). For the build process, I
use Grunt - it minifies everything (CSS, JS), precompiles the Handlebar templates and bundles everything into md5-renamed files. It saves about
0.5MB of space. Yay. I also use grunt to build the d3pie.js and d3pie.min.js files. See the gruntfile for the various
tasks for all that.
use Grunt - it minifies everything (CSS, JS), precompiles the Handlebar templates and bundles everything into
md5-renamed files. It saves about 0.5MB of space. Yay. I also use grunt to build the d3pie.js and d3pie.min.js files.
See the gruntfile for the various tasks for all that.

### Script used on the website

Expand All @@ -44,12 +44,14 @@ Lots! A big thanks to the developers of these scripts.
- Handlebars
- prettify
- three.js
- modernizr
- Modernizr
- requireJS
- grunt, npm

### Changelog

- `0.1.2` - June 7, 2014. Assorted bug fixes.
- `0.1.1` - May 7, 2014. Gradients added.
- `0.1.0` - April 24, 2014. Initial version

### Licence
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="navbar-header">
<div class="navbar-brand">
d3pie
<span class="scriptVersion">0.1.1</span>
<span class="scriptVersion">0.1.2</span>
</div>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
Expand Down
2 changes: 1 addition & 1 deletion website/core/constants.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
define([], function() {

var C = {
VERSION: "0.1.1",
VERSION: "0.1.2",
MINIMIZED: false,
DEBUG: true
};
Expand Down

0 comments on commit fd9efc9

Please sign in to comment.