Skip to content

Commit 44e0e21

Browse files
committed
Add build tools.
1 parent 6f70d7a commit 44e0e21

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.check-author.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
exclude:
3+
languages
4+

build.properties

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
phpcs.excluded = src/Resources/contao/languages

build.xml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project name="Contao-Bootstrap/grid-editor" default="build">
3+
<!-- import the main build system -->
4+
<import file="vendor/netzmacht/contao-build-tools/netzmacht.main.xml" />
5+
</project>

0 commit comments

Comments
 (0)