Skip to content

Commit

Permalink
Included @veljkopopovic change to fix gmap, changed mongoose debug to…
Browse files Browse the repository at this point in the history
… false, changed debug to true for non-uglified code on development
  • Loading branch information
liorkesos committed Oct 10, 2014
1 parent 53e60d8 commit 55458ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion config/env/development.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

module.exports = {
db: 'mongodb://localhost/mean-dev1',
debug: 'true',
mongoose: {
debug: true
debug: false
},
app: {
name: 'MEAN - FullStack JS - Development'
Expand Down
3 changes: 1 addition & 2 deletions packages/system/server/views/includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
<link rel="stylesheet" href="/bower_components/bootstrap/dist/css/bootstrap.css">
<link rel="stylesheet" href="/modules/aggregated.css">

<!-- Inline javascript. Can set the src /modules/aggregated.js?group=header-->
<script type="text/javascript">{{headerJs|raw}}</script>
<script type="text/javascript" src="/modules/aggregated.js?group=header"></script>

{% for file in assets.core.css %}
<link rel="stylesheet" href="/{{file}}">
Expand Down

0 comments on commit 55458ca

Please sign in to comment.