File tree Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 10
10
* .json text
11
11
* .md text diff =markdown
12
12
* .mjs text
13
+ * .php text diff =php
13
14
* .ps1 text
15
+ * .slnx text
14
16
* .sql text
15
17
* .svg text
16
18
* .ts text
Original file line number Diff line number Diff line change
1
+ <Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/1.0.2191419">
2
+ <PropertyGroup>
3
+ <BuildCommand>gulp build</BuildCommand>
4
+ <CleanCommand>gulp clean</CleanCommand>
5
+ <OutDir>../var</OutDir>
6
+ </PropertyGroup>
7
+
8
+ <ItemGroup>
9
+ <None Remove="docs\**" />
10
+ <None Remove="lib\**" />
11
+ <None Remove="var\**" />
12
+ <None Remove="php-minifier.slnx" />
13
+ <TypeScriptConfiguration Remove="docs\**" />
14
+ <TypeScriptConfiguration Remove="lib\**" />
15
+ <TypeScriptConfiguration Remove="var\**" />
16
+ </ItemGroup>
17
+ </Project>
Original file line number Diff line number Diff line change
1
+ <Solution >
2
+ <Project Path =" php-minifier.esproj" >
3
+ <Build />
4
+ <Deploy />
5
+ </Project >
6
+ </Solution >
You can’t perform that action at this time.
0 commit comments