Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Oct 30, 2013
2 parents 5c43520 + 7f21576 commit ca8e6ee
Show file tree
Hide file tree
Showing 12 changed files with 1,270 additions and 736 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ libpeerconnection.log
coverage/Chrome*/*
coverage/Phantom*/*
coverage/Firefox*/*
coverage-*
coverage/

bower_components/
dist/
bower_components/
15 changes: 2 additions & 13 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,28 +74,17 @@ module.exports = function (grunt) {
options: {
coverage_dir: 'coverage'
}
},
jsdoc: {
dist: {
src: ['dist/angular-cache.js'],
options: {
destination: 'docs',
lenient: true,
verbose: true,
private: true
}
}
}
});

grunt.registerTask('release', ['clean', 'jshint', 'copy', 'uglify', 'karma:dev']);
grunt.registerTask('build', ['clean', 'jshint', 'copy', 'uglify', 'karma:dev', 'jsdoc', 'clean']);
grunt.registerTask('build', ['clean', 'jshint', 'copy', 'uglify', 'karma:dev', 'clean']);
grunt.registerTask('default', ['build']);
grunt.registerTask('test', ['karma:dev']);

// Used by the CLI build servers
grunt.registerTask('travis', ['clean', 'jshint', 'copy', 'uglify', 'karma:travis', 'coveralls']);

// Only used on the gh-pages branch
grunt.registerTask('pages', ['clean', 'jshint', 'build', 'copy', 'uglify', 'karma:release', 'jsdoc']);
grunt.registerTask('pages', ['clean', 'jshint', 'build', 'copy', 'uglify', 'karma:release']);
};
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"karma.conf.js",
"libpeerconnection.log",
".gitignore",
".travis.yml",
"docs/"
".travis.yml"
]
}
178 changes: 0 additions & 178 deletions demo/angular-1.1.5.min.js

This file was deleted.

9 changes: 0 additions & 9 deletions demo/bootstrap.min.css

This file was deleted.

186 changes: 0 additions & 186 deletions demo/demo.js

This file was deleted.

127 changes: 0 additions & 127 deletions demo/github.css

This file was deleted.

1 change: 0 additions & 1 deletion demo/highlight.pack.js

This file was deleted.

Loading

0 comments on commit ca8e6ee

Please sign in to comment.