Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ visais reikalingais failais ir įrankiais darbui:
- Paprastas pavyzdys (Controller, Template, CSS)
- Įdiegtas bootstrap
- Asset'ų buildinimas (encore, yarn, sass)
- Travis CI template

- GitHub actions (CI) pavyzdys

# Paleidimo instrukcija

Expand Down
2 changes: 2 additions & 0 deletions assets/css/app.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$body-bg: #fd7e14;

// customize some Bootstrap variables
$primary: darken(#428bca, 20%);

Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"php": "^7.1.3",
"ext-ctype": "*",
"ext-iconv": "*",
"squizlabs/php_codesniffer": "*",
"symfony/asset": "4.3.*",
"symfony/console": "4.3.*",
"symfony/dotenv": "4.3.*",
Expand All @@ -16,8 +17,8 @@
"symfony/yaml": "4.3.*"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5",
"symfony/maker-bundle": "^1.13"
"symfony/maker-bundle": "^1.13",
"symfony/var-dumper": "4.3.*"
},
"config": {
"preferred-install": {
Expand Down
180 changes: 128 additions & 52 deletions composer.lock

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

Loading