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

Commit

Permalink
fix(angular-simple-logger): point to browser version of the lib
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccready committed Oct 7, 2015
1 parent a185364 commit 6136cb8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/issue_1466_map_flicker.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script src="../bower_components/angular/angular.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/angular-ui-router/0.2.15/angular-ui-router.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/angular-filter/0.4.7/angular-filter.js"></script>
<script src="../bower_components/angular-simple-logger/dist/index.js"></script>
<script src="../bower_components/angular-simple-logger/dist/angular-simple-logger.js"></script>
<script src='../bower_components/lodash/lodash.min.js'></script>
<script src='../dist/angular-google-maps_dev_mapped.js'></script>

Expand Down
2 changes: 1 addition & 1 deletion example/issue_1542_cartodb.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<script src='../bower_components/lodash/lodash.min.js'></script>
<script src="../bower_components/angular/angular.js"></script>
<script src="../bower_components/angular-simple-logger/dist/index.js"></script>
<script src="../bower_components/angular-simple-logger/dist/angular-simple-logger.js"></script>
<script src='../dist/angular-google-maps_dev_mapped.js'></script>

<style>
Expand Down
2 changes: 1 addition & 1 deletion grunt/jasmine.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec = (loPath) ->
vendor: [
'tmp/string.js'
'bower_components/angular/angular.js'
'bower_components/angular-simple-logger/dist/index.js'
'bower_components/angular-simple-logger/dist/angular-simple-logger.js'

]
specs: ['tmp/spec/coffee/bootstrap.spec.js', 'tmp/spec/**/*spec.js']
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.10.1",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-jasmine": "~0.8.2",
"grunt-contrib-jasmine": "~0.9.x",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
Expand Down

0 comments on commit 6136cb8

Please sign in to comment.