Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Fixes standard new app css (#1686)
Browse files Browse the repository at this point in the history
* fixing buffalo template

* adding some spaces on the top

* removing empty spaces

* moving logo.svg

* adding missing file to standard test
  • Loading branch information
paganotoni authored Jun 5, 2019
1 parent d8c4493 commit 4e774a6
Show file tree
Hide file tree
Showing 6 changed files with 892 additions and 158 deletions.
1 change: 1 addition & 0 deletions genny/assets/standard/standard_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func Test_New(t *testing.T) {
"public/assets/application.js",
"public/assets/buffalo.css",
"public/assets/images/favicon.ico",
"public/assets/images/logo.svg",
"templates/application.html",
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

.container {
min-width: 320px;
}

Expand Down
721 changes: 721 additions & 0 deletions genny/assets/standard/templates/public/assets/images/logo.svg.tmpl

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions genny/assets/webpack/webpack-packr.go

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

8 changes: 8 additions & 0 deletions genny/build/build-packr.go

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

310 changes: 153 additions & 157 deletions packrd/packed-packr.go

Large diffs are not rendered by default.

0 comments on commit 4e774a6

Please sign in to comment.