-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed WebMarkupMin - it is over-zealous with its minification. Specifically caused issues with AngularJs directive params that conflict with HTML boolean attributes, e.g. `<umb-checkmark checked>`. Powershell script updated to generate the Umbraco package format. NuGet format is still being developed.
- Loading branch information
1 parent
0b0bc08
commit 40d5cdd
Showing
8 changed files
with
121 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,5 @@ artifacts/ | |
build/assets/ | ||
src/packages/*/** | ||
/tools/*.exe | ||
/build/__umb/* | ||
/build/__nuget/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<id></id> | ||
<version>0.0.0</version> | ||
<title></title> | ||
<authors></authors> | ||
<owners></owners> | ||
<projectUrl></projectUrl> | ||
<iconUrl></iconUrl> | ||
<requireLicenseAcceptance></requireLicenseAcceptance> | ||
<description></description> | ||
<summary></summary> | ||
<copyright></copyright> | ||
<licenseUrl></licenseUrl> | ||
<language></language> | ||
<tags></tags> | ||
<dependencies> | ||
<dependency id="UmbracoCms.Core" version="0.0.0" /> | ||
<dependency id="UmbracoCms.Web" version="0.0.0" /> | ||
</dependencies> | ||
</metadata> | ||
<metadata> | ||
<id></id> | ||
<version>0.0.0</version> | ||
<title></title> | ||
<authors></authors> | ||
<owners></owners> | ||
<projectUrl></projectUrl> | ||
<iconUrl></iconUrl> | ||
<requireLicenseAcceptance></requireLicenseAcceptance> | ||
<description></description> | ||
<summary></summary> | ||
<copyright></copyright> | ||
<licenseUrl></licenseUrl> | ||
<language></language> | ||
<tags></tags> | ||
<dependencies> | ||
<dependency id="UmbracoCms.Core" version="0.0.0" /> | ||
<dependency id="UmbracoCms.Web" version="0.0.0" /> | ||
</dependencies> | ||
</metadata> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<umbPackage> | ||
<info> | ||
<package> | ||
<name></name> | ||
<version>0.0.0</version> | ||
<license url=""></license> | ||
<url></url> | ||
<requirements type="strict"> | ||
<major>0</major> | ||
<minor>0</minor> | ||
<patch>0</patch> | ||
</requirements> | ||
</package> | ||
<author> | ||
<name></name> | ||
<website></website> | ||
</author> | ||
<readme><![CDATA[]]></readme> | ||
</info> | ||
<info> | ||
<package> | ||
<name></name> | ||
<version>0.0.0</version> | ||
<license url=""></license> | ||
<url></url> | ||
<requirements type="strict"> | ||
<major>0</major> | ||
<minor>0</minor> | ||
<patch>0</patch> | ||
</requirements> | ||
</package> | ||
<author> | ||
<name></name> | ||
<website></website> | ||
</author> | ||
<readme><![CDATA[]]></readme> | ||
</info> | ||
|
||
<DocumentTypes /> | ||
<Templates /> | ||
<Stylesheets /> | ||
<Macros /> | ||
<DictionaryItems /> | ||
<Languages /> | ||
<DataTypes /> | ||
<DocumentTypes /> | ||
<Templates /> | ||
<Stylesheets /> | ||
<Macros /> | ||
<DictionaryItems /> | ||
<Languages /> | ||
<DataTypes /> | ||
|
||
<Actions /> | ||
<Actions /> | ||
|
||
<control /> | ||
<control /> | ||
|
||
<files /> | ||
<files /> | ||
|
||
</umbPackage> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.