Skip to content

Commit

Permalink
Bootstrap 3 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickocoffeyo committed Mar 4, 2014
1 parent 690b703 commit 4b0a2a2
Show file tree
Hide file tree
Showing 77 changed files with 10,434 additions and 8,091 deletions.
6 changes: 2 additions & 4 deletions Gruntfile.js
Expand Up @@ -5,9 +5,7 @@ module.exports = function(grunt) {
default: {
files: {
'assets/css/style.css': [
'assets/css/bootstrap/bootstrap.less',
'!assets/css/bootstrap/responsive.less',
'assets/css/app.less'
'assets/less/app.less'
],
}
}
Expand All @@ -26,7 +24,7 @@ module.exports = function(grunt) {
'assets/img/*',
'assets/css/style.css'
],
dest: 'output/final.zip'
dest: 'builds/final.zip'
}
},
watch: {
Expand Down
79 changes: 0 additions & 79 deletions assets/css/bootstrap/alerts.less

This file was deleted.

54 changes: 0 additions & 54 deletions assets/css/bootstrap/bootstrap.less

This file was deleted.

24 changes: 0 additions & 24 deletions assets/css/bootstrap/breadcrumbs.less

This file was deleted.

0 comments on commit 4b0a2a2

Please sign in to comment.