| Line 44... |
Line 44... |
| 44 |
<configuration>
|
44 |
<configuration>
|
| 45 |
<nosuffix>true</nosuffix>
|
45 |
<nosuffix>true</nosuffix>
|
| 46 |
<aggregations>
|
46 |
<aggregations>
|
| 47 |
<aggregation>
|
47 |
<aggregation>
|
| 48 |
<!-- insert new line after each concatenation (default: false) -->
|
48 |
<!-- insert new line after each concatenation (default: false) -->
|
| 49 |
<insertNewLine>true</insertNewLine>
|
49 |
<!-- <insertNewLine>true</insertNewLine> -->
|
| 50 |
<output>${project.build.directory}/${project.build.finalName}/css/saholic-min.css</output>
|
50 |
<output>${project.build.directory}/${project.build.finalName}/css/saholic-min.css</output>
|
| 51 |
<!-- files to include, path relative to output's directory or absolute path-->
|
51 |
<!-- files to include, path relative to output's directory or absolute path-->
|
| 52 |
<!--inputDir>base directory for non absolute includes, default to parent dir of output</inputDir-->
|
52 |
<!--inputDir>base directory for non absolute includes, default to parent dir of output</inputDir-->
|
| 53 |
<inputDir>${project.build.directory}/${project.build.finalName}/css</inputDir>
|
53 |
<inputDir>${project.build.directory}/${project.build.finalName}/css</inputDir>
|
| 54 |
<includes>
|
54 |
<includes>
|