Skip to content

Commit

Permalink
Added offset indicator to build time
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Vergenz committed May 28, 2014
1 parent ed0fa49 commit c9fd2d0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = function(grunt) {
pkg: grunt.file.readJSON('package.json'),
uglify: {
options: {
banner: '/*! <%= pkg.name %> | Built on <%= grunt.template.today("yyyy-mm-dd HH:MM:ss") %> */\n'
banner: '/*! <%= pkg.name %> | Built on <%= grunt.template.today("yyyy-mm-dd HH:MM:sso") %> */\n'
},
build: {
files: {
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,12 @@ The minified wrapper is self-contained. It includes all required dependencies
in addition to the ADL Verbs and the XAPIStatement module. For production sites,
this version of the wrapper is recommended.

Compiling the minified version is easy. Install Node.js and NPM if you don't already have them.
Then install the build system, Grunt:
Compiling the minified version is easy. Install Node.js and NPM if you don't already have them
(download them [here](http://nodejs.org/download/)). Then install the build system, Grunt. This
may require root/admin privileges on your system.

```bash
$ npm install -g grunt
$ sudo npm install -g grunt
```

Install the xAPIWrapper dependencies:
Expand Down
Loading

0 comments on commit c9fd2d0

Please sign in to comment.