Skip to content

Commit

Permalink
Merge pull request embedly#12 from adamsea/dist-tag
Browse files Browse the repository at this point in the history
Tag a distribution for release with bower.
  • Loading branch information
screeley committed Jan 13, 2015
2 parents 8241f93 + 63c9a7d commit ccb0d92
Show file tree
Hide file tree
Showing 5 changed files with 1,300 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
dist
node_modules
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,6 @@ module.exports = function(grunt) {
// Tasks
grunt.registerTask("test", ["connect", "qunit"]);
grunt.registerTask("default", ["concat:local", "connect:parent", "connect:child", "watch"]);
grunt.registerTask("release", ["jshint", "test", "concat:release", "uglify:release", "s3:release"]);
grunt.registerTask("package", ["jshint", "test", "concat:release", "uglify:release"]);
grunt.registerTask("release", ["package", "s3:release"]);
};
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "player.js",
"version": "0.0.10",
"homepage": "http://playerjs.io",
"authors": [
"Embedly"
],
"description": "Control embedded video and audio across multiple providers",
"main": "dist/player-0.0.10.js",
"moduleType": [
"globals"
],
"license": "BSD",
"private": true,
"ignore": [
"**/.*",
"Gruntfile.js",
"lib",
"node_modules",
"package.json",
"src",
"test"
]
}
Loading

0 comments on commit ccb0d92

Please sign in to comment.