Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
build fixes and proper build
Browse files Browse the repository at this point in the history
  • Loading branch information
modess committed Jun 15, 2014
1 parent f6f4218 commit dfba227
Show file tree
Hide file tree
Showing 13 changed files with 1,315 additions and 1,435 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ module.exports = function (grunt) {
'.htaccess',
'*.html',
'bower_components/**/*',
'!bower_components/highcharts/js/.htaccess',
'images/{,*/}*.{webp}',
'fonts/*'
]
Expand Down
2 changes: 1 addition & 1 deletion app/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<!-- build:js({.tmp,app}) scripts/scripts.js -->
<script src="scripts/app.js"></script>
<script src="scripts/controllers/main.js"></script>
<script src="scripts/controllers/repositories.js"></script>
<script src="scripts/controllers/repository.js"></script>
<script src="scripts/directives/statistics.js"></script>
<script src="scripts/directives/commits_by_date_chart.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion app/assets/scripts/app.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ angular.module('gitPrettyStats', [
.state 'repositories',
url: '/repositories'
templateUrl: 'views/main.html'
controller: 'MainController'
controller: 'RepositoriesController'
resolve:
repositories: (Repository) ->
Repository.all()
Expand Down
2 changes: 1 addition & 1 deletion app/views/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<!-- build:js({.tmp,app}) scripts/scripts.js -->
<script src="scripts/app.js"></script>
<script src="scripts/controllers/main.js"></script>
<script src="scripts/controllers/repositories.js"></script>
<script src="scripts/controllers/repository.js"></script>
<script src="scripts/directives/statistics.js"></script>
<script src="scripts/directives/commits_by_date_chart.js"></script>
Expand Down
24 changes: 0 additions & 24 deletions public/bower_components/highcharts/js/.htaccess

This file was deleted.

2 changes: 1 addition & 1 deletion public/scripts/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/scripts/app.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 0 additions & 11 deletions public/scripts/controllers/main.js

This file was deleted.

10 changes: 0 additions & 10 deletions public/scripts/controllers/main.js.map

This file was deleted.

Loading

0 comments on commit dfba227

Please sign in to comment.