Skip to content

Commit

Permalink
Adds distribution files and easy compiling.
Browse files Browse the repository at this point in the history
  • Loading branch information
yagoferrer committed Apr 18, 2015
1 parent 4ef231a commit 1882d42
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
23 changes: 23 additions & 0 deletions dist/oms.min.js

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

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ gulp.task('default', function() {
warning_level: 'QUIET'
}
}))
.pipe(gulp.dest('.'))
.pipe(gulp.dest('./dist'))

});
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"description": "Deals with overlapping markers in Google Maps JS API v3, Google Earth-style",
"main": "index.js",
"scripts": {
"postinstall": "./node_modules/.bin/bower install",
"dist": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
Expand All @@ -16,6 +18,9 @@
"clustering",
"gmaps"
],
"files": [
"dist/*"
],
"author": "George MacKerron",
"contributors": [{
"name": "Yago Ferrer",
Expand Down

0 comments on commit 1882d42

Please sign in to comment.