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

Commit

Permalink
fix(google's foobar): forked many repos and incuding them as npm and
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nmccready committed May 13, 2016
1 parent b5c0333 commit cb667cb
Show file tree
Hide file tree
Showing 47 changed files with 36 additions and 25,734 deletions.
1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -14,7 +14,6 @@ _SpecRunner.html
/spec/coverage
*.iml
/bower_components
/curl_components
.tmp
/app
/dist/coverage/
Expand Down
5 changes: 1 addition & 4 deletions Gruntfile.coffee
Expand Up @@ -22,7 +22,6 @@ module.exports = (grunt) ->
'grunt-replace'
'grunt-subgrunt'
'grunt-debug-task'
'grunt-curl'
'grunt-verbosity'
'grunt-webpack'
'grunt-angular-architecture-graph'
Expand Down Expand Up @@ -51,9 +50,7 @@ module.exports = (grunt) ->
options.open = _.extend options.open, allExamplesOpen
grunt.initConfig options

grunt.registerTask 'bowerCurl', ['bower', 'curl']

grunt.registerTask 'build', ['bowerCurl', 'clean:dist', 'jshint', 'mkdir', 'coffee', 'ngAnnotate',
grunt.registerTask 'build', ['bower', 'clean:dist', 'jshint', 'mkdir', 'coffee', 'ngAnnotate',
'concat:libs', 'replace', 'webpack']

grunt.registerTask 'buildDist', ['build', 'concat:dist']
Expand Down
7 changes: 6 additions & 1 deletion bower.json
Expand Up @@ -5,7 +5,12 @@
"dependencies": {
"angular": "1.2 - 1.5",
"angular-simple-logger": ">=0.0.1",
"lodash": "3.X - 4.X"
"lodash": "3.X - 4.X",
"markerclustererplus": "^2.1.4",
"google-maps-utility-library-v3-markerwithlabel": "git://github.com/nmccready/google-maps-utility-library-v3-markerwithlabel.git",
"google-maps-utility-library-v3-infobox": "^1.1.14",
"google-maps-utility-library-v3-keydragzoom": "^2.0.9",
"js-rich-marker": "*"
},
"ignore": [
"*.json",
Expand Down

0 comments on commit cb667cb

Please sign in to comment.