Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
-added license to grunt build script
-fixes to global export in header
-rebuilt headtrackr.js and minified version
  • Loading branch information
auduno committed Jan 27, 2013
1 parent a5028e6 commit f38453b
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 21 deletions.
14 changes: 0 additions & 14 deletions buildprocess.txt

This file was deleted.

4 changes: 3 additions & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ module.exports = function(grunt) {
grunt.initConfig({
concat: {
dist: {
src: [ 'src/header.js.txt',
src: [
'src/license.js',
'src/header.js.txt',
'src/main.js',
'src/ccv.js',
'src/cascade.js',
Expand Down
52 changes: 48 additions & 4 deletions headtrackr.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion headtrackr.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/header.js.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
} else if (typeof define === 'function' && define.amd) {
define([],factory);
} else {
root.returnExports = factory();
root.headtrackr = factory();
}
}(this, function () {

0 comments on commit f38453b

Please sign in to comment.