Skip to content

Commit

Permalink
Updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MBach committed Jul 1, 2016
1 parent 36c98a8 commit caf4759
Show file tree
Hide file tree
Showing 14 changed files with 302 additions and 563 deletions.
Binary file removed dist/fonts/glyphicons-halflings-regular.eot
Binary file not shown.
288 changes: 0 additions & 288 deletions dist/fonts/glyphicons-halflings-regular.svg

This file was deleted.

Binary file removed dist/fonts/glyphicons-halflings-regular.ttf
Binary file not shown.
Binary file removed dist/fonts/glyphicons-halflings-regular.woff
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/index.html
Expand Up @@ -4,4 +4,4 @@
.ng-hide {
display: none!important;
}
</style><link rel="stylesheet" href="styles/app-9981761a.css"></head><body data-ng-controller="App as vm"><div class="app" data-ui-view=""></div><script src="scripts/vendor-4c57d7f9.js"></script><script src="scripts/app-420b3ff7.js"></script></body></html>
</style><link rel="stylesheet" href="styles/app-58cf2782.css"></head><body data-ng-controller="App as vm"><div class="app" data-ui-view=""></div><script src="scripts/vendor-3580580c.js"></script><script src="scripts/app-69474724.js"></script></body></html>
1 change: 0 additions & 1 deletion dist/scripts/app-420b3ff7.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/scripts/app-69474724.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/scripts/app-d59e8949.js

Large diffs are not rendered by default.

286 changes: 286 additions & 0 deletions dist/scripts/vendor-3580580c.js

Large diffs are not rendered by default.

260 changes: 0 additions & 260 deletions dist/scripts/vendor-4c57d7f9.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/styles/app-58cf2782.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/styles/app-9981761a.css

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -51,7 +51,7 @@
"gulp-karma": "~0.0.4",
"gulp-load-plugins": "~0.7.1",
"gulp-minify-html": "~0.1.7",
"gulp-ng-annotate": "~0.3.6",
"gulp-ng-annotate": "1.1.0",
"gulp-nodemon": "^1.0.5",
"gulp-plumber": "^0.6.6",
"gulp-protractor": "~0.0.11",
Expand Down
22 changes: 11 additions & 11 deletions src/index.html
Expand Up @@ -45,24 +45,24 @@

<script src="app/modules/profile/profile.module.js"></script>

<script src="app/modules/profile/edit/edit.js"></script>

<script src="app/modules/profile/auth/auth.js"></script>

<script src="app/modules/profile/edit/edit.js"></script>

<script src="app/modules/post/post.module.js"></script>

<script src="app/modules/post/list/posts.js"></script>

<script src="app/modules/post/edit/edit.js"></script>

<script src="app/modules/core/core.module.js"></script>

<script src="app/modules/core/navigation/navigation.js"></script>

<script src="app/modules/dashboard/dashboard.module.js"></script>

<script src="app/modules/dashboard/widget-stat/widget.js"></script>

<script src="app/modules/core/core.module.js"></script>

<script src="app/modules/core/navigation/navigation.js"></script>

<script src="app/modules/common/common.module.js"></script>

<script src="app/modules/common/widget/widget.js"></script>
Expand All @@ -71,20 +71,20 @@

<script src="app/modules/post/delete_post_modal.js"></script>

<script src="app/modules/data/data.module.js"></script>

<script src="app/modules/data/posts.js"></script>

<script src="app/modules/flickr/flickr.module.js"></script>

<script src="app/modules/flickr/flickr.js"></script>

<script src="app/modules/data/data.module.js"></script>

<script src="app/modules/data/posts.js"></script>
<script src="app/modules/dashboard/dashboard.js"></script>

<script src="app/modules/core/core.js"></script>

<script src="app/modules/core/config.js"></script>

<script src="app/modules/dashboard/dashboard.js"></script>

<script src="app/modules/common/notifications.js"></script>

<script src="app/modules/common/common.js"></script>
Expand Down

0 comments on commit caf4759

Please sign in to comment.