Skip to content

Commit 9d607f6

Browse files
committed
Build static content
1 parent 3596f5f commit 9d607f6

9 files changed

+1197
-15
lines changed

build/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
*
3+
!.gitignore

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"symfony/twig-bundle": "5.1.*",
1616
"symfony/yaml": "5.1.*",
1717
"twig/extra-bundle": "^2.12|^3.0",
18-
"twig/twig": "^2.12|^3.0"
18+
"twig/twig": "^2.12|^3.0",
19+
"wyrihaximus/html-compress": "^4.0"
1920
},
2021
"require-dev": {
2122
},

0 commit comments

Comments
 (0)