Skip to content

Commit

Permalink
Migrates bumm to new express app initializer and bootstrap 3
Browse files Browse the repository at this point in the history
  • Loading branch information
saintedlama committed Dec 11, 2013
1 parent 89dd9fa commit ff752ef
Show file tree
Hide file tree
Showing 24 changed files with 7,116 additions and 6,380 deletions.
2 changes: 1 addition & 1 deletion lib/commands.js
Expand Up @@ -37,7 +37,7 @@ var createApp = function(data) {

var target = data.name;

wrench.copyDirSyncRecursive(source, target, { preserve : true });
wrench.copyDirSyncRecursive(source, target, { preserve : false });
writeTemplate(appTemplate, path.join(target, "app.js"), data);

// Delete prompted properties that should not be part of package
Expand Down
5 changes: 1 addition & 4 deletions templates/app/public/css/custom.css
@@ -1,6 +1,3 @@
body {
padding-top: 50px;
}
.display-data {
display: block;
width: 100%;
Expand All @@ -13,6 +10,6 @@ body {
border: 0;
border-bottom: 1px solid #e5e5e5;
}
.controls .error {
form .error {
color: #B94A48;
}

0 comments on commit ff752ef

Please sign in to comment.