Skip to content

Commit

Permalink
chore(maps): Rename maps component to google-maps
Browse files Browse the repository at this point in the history
[finishes #94550238]

Signed-off-by: Geoff Pleiss <gpleiss@pivotal.io>
  • Loading branch information
vinsonchuong committed May 18, 2015
1 parent 7716f2f commit f17b515
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"pui-css-labels": "^0",
"pui-css-links": "^0",
"pui-css-lists": "^0",
"pui-css-maps": "^0",
"pui-css-google-maps": "^0",
"pui-css-media": "^0",
"pui-css-modals": "^0",
"pui-css-panels": "^0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
To use Google Maps, you need to load the following JavaScript from Google.

```html
<script src="http://maps.googleapis.com/maps/api/js?libraries=places"></script>
```

Here's an example usage:

```html
<div class='map-wrapper'>
<div class='pane'>
<div class='container pan'>
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tasks/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ gulp.task('pui-css-variables-and-mixins', function() {
bugs: {
url: 'https://github.com/pivotal-cf/pivotal-ui/issues'
}
}, null, 2))
}, null, 2), {src: true})
).pipe(gulp.dest('dist/variables-and-mixins'));
});

Expand Down

0 comments on commit f17b515

Please sign in to comment.