Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Commit cb667cb

Browse files
committed
fix(google's foobar): forked many repos and incuding them as npm and
bower dependencies to get google-maps-utility-library-v3 working again. The libraries as no longer compiled into the repo so they are now dependencies. This could also make them eventually optional as well.
1 parent b5c0333 commit cb667cb

File tree

47 files changed

+36
-25734
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+36
-25734
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ _SpecRunner.html
1414
/spec/coverage
1515
*.iml
1616
/bower_components
17-
/curl_components
1817
.tmp
1918
/app
2019
/dist/coverage/

Gruntfile.coffee

+1-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ module.exports = (grunt) ->
2222
'grunt-replace'
2323
'grunt-subgrunt'
2424
'grunt-debug-task'
25-
'grunt-curl'
2625
'grunt-verbosity'
2726
'grunt-webpack'
2827
'grunt-angular-architecture-graph'
@@ -51,9 +50,7 @@ module.exports = (grunt) ->
5150
options.open = _.extend options.open, allExamplesOpen
5251
grunt.initConfig options
5352

54-
grunt.registerTask 'bowerCurl', ['bower', 'curl']
55-
56-
grunt.registerTask 'build', ['bowerCurl', 'clean:dist', 'jshint', 'mkdir', 'coffee', 'ngAnnotate',
53+
grunt.registerTask 'build', ['bower', 'clean:dist', 'jshint', 'mkdir', 'coffee', 'ngAnnotate',
5754
'concat:libs', 'replace', 'webpack']
5855

5956
grunt.registerTask 'buildDist', ['build', 'concat:dist']

bower.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55
"dependencies": {
66
"angular": "1.2 - 1.5",
77
"angular-simple-logger": ">=0.0.1",
8-
"lodash": "3.X - 4.X"
8+
"lodash": "3.X - 4.X",
9+
"markerclustererplus": "^2.1.4",
10+
"google-maps-utility-library-v3-markerwithlabel": "git://github.com/nmccready/google-maps-utility-library-v3-markerwithlabel.git",
11+
"google-maps-utility-library-v3-infobox": "^1.1.14",
12+
"google-maps-utility-library-v3-keydragzoom": "^2.0.9",
13+
"js-rich-marker": "*"
914
},
1015
"ignore": [
1116
"*.json",

0 commit comments

Comments
 (0)