Skip to content

Commit

Permalink
removed index to accomodate new generator
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbob committed Mar 26, 2015
1 parent 355ba74 commit d1ed050
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 26 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .jshintrc
100644 → 100755
Empty file.
5 changes: 2 additions & 3 deletions Gruntfile.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ module.exports = function(grunt) {
},
all: [
'Gruntfile.js',
'assets/js/main.js',
'!assets/js/jquery.min.js'
'assets/js/main.js'
]
},

Expand Down Expand Up @@ -91,4 +90,4 @@ module.exports = function(grunt) {
'autoprefixer'
]);

};
};
4 changes: 2 additions & 2 deletions assets/css/normalize.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */

/**
* 1. Set default font family to sans-serif.
Expand Down Expand Up @@ -424,4 +424,4 @@ table {
td,
th {
padding: 0;
}
}
8 changes: 4 additions & 4 deletions assets/js/jquery.min.js

Large diffs are not rendered by default.

Empty file modified assets/js/main.js
100644 → 100755
Empty file.
Empty file modified assets/less/globals.less
100644 → 100755
Empty file.
Empty file modified assets/less/mixins.less
100644 → 100755
Empty file.
Empty file modified assets/less/responsive.less
100644 → 100755
Empty file.
Empty file modified assets/less/style.less
100644 → 100755
Empty file.
17 changes: 0 additions & 17 deletions index.php

This file was deleted.

Empty file modified package.json
100644 → 100755
Empty file.

0 comments on commit d1ed050

Please sign in to comment.